Html Css Color HEX #3ED02D Lime Green

📋 copy color: '#3ED02D'

red 62 ◦ green 208 ◦ blue 45

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

Shades of Lime Green #3ED02D

Tints of Lime Green #3ED02D

RGB

 RED value IS 62 (24.61% from 255) = 19.68%

 GREEN value IS 208 (81.64% from 255) = 66.03%

 BLUE value IS 45 (17.97% from 255) = 14.29%

R = 19.68%
G = 66.03%
B = 14.29%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#3ED02D (or 0x3ED02D) is known color: Lime Green. HEX triplet: 3E, D0 and 2D. RGB value is (62,208,45). Sum of RGB (Red+Green+Blue) = 62+208+45=315 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.68% from 315); Green value is 208 (81.64% from 255 or 66.03% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 208 - color contains mainly: green. Hex color #3ED02D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ED02D is #C12FD2. Grayscale: #929292. Windows color (decimal): -12660691 or 3002430. OLE color: 3002430.

HSL color Cylindrical-coordinate representation of color #3ED02D: hue angle of 113.74º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3ED02D is Cyan = 0.70, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 62 208 45 -
CMYK 0.70 0 0.78 0.18
HSL 113.74º 0.64% 0.5% -
HSV(B) 113.74º 0.78% 0.82% -
XYZ 25.02 46.33 10.11 -
YUV 145.76 71.13 68.25 -
System Red Green Blue C M Y K H S L
Decimal 62 208 45 0.70 0 0.78 0.18 113.74 0.64 0.5
Hex 3E D0 2D 46 0 4E 12 72 40 32
Octal 76 320 55 106 0 116 22 162 100 62
Binary 111110 11010000 101101 1000110 0 1001110 10010 1110010 1000000 110010

Color Harmonies of #3ED02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ED02D

Black with #3ED02D

Text Example


Text Example

White with #3ED02D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,208,45); }

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

background-color css

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

 a { background-color: rgb(62,208,45); }

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

border-color css

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

 span { border-color: rgb(62,208,45); }

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