Html Css Color HEX #3DED39 Lime Green

📋 copy color: '#3DED39'

red 61 ◦ green 237 ◦ blue 57

#3DED39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #3DED39

Tints of Lime Green #3DED39

RGB

 RED value IS 61 (24.22% from 255) = 17.18%

 GREEN value IS 237 (92.97% from 255) = 66.76%

 BLUE value IS 57 (22.66% from 255) = 16.06%

R = 17.18%
G = 66.76%
B = 16.06%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#3DED39 (or 0x3DED39) is known color: Lime Green. HEX triplet: 3D, ED and 39. RGB value is (61,237,57). Sum of RGB (Red+Green+Blue) = 61+237+57=355 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.18% from 355); Green value is 237 (92.97% from 255 or 66.76% from 355); Blue value is 57 (22.66% from 255 or 16.06% from 355); Max value from RGB is 237 - color contains mainly: green. Hex color #3DED39 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DED39 is #C212C6. Grayscale: #A4A4A4. Windows color (decimal): -12718791 or 3796285. OLE color: 3796285.

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

Color convert

RGB 61 237 57 -
CMYK 0.74 0 0.76 0.07
HSL 118.67º 0.83% 0.58% -
HSV(B) 118.67º 0.76% 0.93% -
XYZ 32.95 61.86 14.07 -
YUV 163.86 67.69 54.64 -
System Red Green Blue C M Y K H S L
Decimal 61 237 57 0.74 0 0.76 0.07 118.67 0.83 0.58
Hex 3D ED 39 4A 0 4C 7 77 53 3A
Octal 75 355 71 112 0 114 7 167 123 72
Binary 111101 11101101 111001 1001010 0 1001100 111 1110111 1010011 111010

Color Harmonies of #3DED39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DED39

Black with #3DED39

Text Example


Text Example

White with #3DED39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,237,57); }

 H1.HeaderClassName
 {
   color: #3DED39;
 }
 .AnyTagClassName
 {
   color: #3DED39;
 }
</style>

background-color css

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

 a { background-color: rgb(61,237,57); }

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

border-color css

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

 span { border-color: rgb(61,237,57); }

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