Html Css Color HEX #3ED028 Lime Green

📋 copy color: '#3ED028'

red 62 ◦ green 208 ◦ blue 40

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

Shades of Lime Green #3ED028

Tints of Lime Green #3ED028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.9%

R = 20%
G = 67.1%
B = 12.9%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#3ED028 (or 0x3ED028) is known color: Lime Green. HEX triplet: 3E, D0 and 28. RGB value is (62,208,40). Sum of RGB (Red+Green+Blue) = 62+208+40=310 (41% of max value = 765). Red value is 62 (24.61% from 255 or 20% from 310); Green value is 208 (81.64% from 255 or 67.10% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 208 - color contains mainly: green. Hex color #3ED028 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ED028 is #C12FD7. Grayscale: #919191. Windows color (decimal): -12660696 or 2674750. OLE color: 2674750.

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

Color convert

RGB 62 208 40 -
CMYK 0.70 0 0.81 0.18
HSL 112.14º 0.68% 0.49% -
HSV(B) 112.14º 0.81% 0.82% -
XYZ 24.93 46.29 9.63 -
YUV 145.19 68.63 68.66 -
System Red Green Blue C M Y K H S L
Decimal 62 208 40 0.70 0 0.81 0.18 112.14 0.68 0.49
Hex 3E D0 28 46 0 51 12 70 44 31
Octal 76 320 50 106 0 121 22 160 104 61
Binary 111110 11010000 101000 1000110 0 1010001 10010 1110000 1000100 110001

Color Harmonies of #3ED028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ED028

Black with #3ED028

Text Example


Text Example

White with #3ED028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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