#3DEE24

Color #3DEE24 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #3DEE24

Tints of Lime Green #3DEE24

Color information

#3DEE24 (or 0x3DEE24) is unknown color: approx Lime Green. HEX triplet: 3D, EE and 24. RGB value is (61,238,36). Sum of RGB (Red+Green+Blue) = 61+238+36=335 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.21% from 335); Green value is 238 (93.36% from 255 or 71.04% from 335); Blue value is 36 (14.45% from 255 or 10.75% from 335); Max value from RGB is 238 - color contains mainly: green. Hex color #3DEE24 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DEE24 is #C211DB. Grayscale: #A2A2A2. Windows color (decimal): -12718556 or 2420285. OLE color: 2420285.

HSL color Cylindrical-coordinate representation of color #3DEE24: hue angle of 112.57º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3DEE24 is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.07.

Color convert

RGB6123836-
CMYK0.7400.850.07
HSL112.57º85.59%53.73%-
HSV(B)112.57º84.87%93.33%-
XYZ32.8262.2711.96-
YUV162.0556.8655.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 61 (24.22% from 255) = 18.21%
GREEN value IS 238 (93.36% from 255) = 71.04%
BLUE value IS 36 (14.45% from 255) = 10.75%
R=18.21%
G=71.04%
B=10.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal61238360.7400.850.07112.5785.5953.73
Hex3DEE244A0557715636
Octal75356441120125716112666
Binary1111011110111010010010010100101010111111100011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DEE24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3DEE24; }

 p { color: rgb(61,238,36); }

 H1.HeaderClassName
 {
   color: #3DEE24;
 }
 .AnyTagClassName
 {
   color: #3DEE24;
 }
</style>
background-color css

<style>
 a { background-color: #3DEE24; }

 a { background-color: rgb(61,238,36); }

 div.DivClassName
 {
   background-color: #3DEE24;
 }
 .BgClassName
 {
   background-color: #3DEE24;
 }
</style>
border-color css

<style>
 span { border-color: #3DEE24; }

 span { border-color: rgb(61,238,36); }

 td.TdClassName
 {
   border-color: #3DEE24;
 }
 .TagClassName
 {
   border-color: #3DEE24;
 }
</style>