Html Css Color HEX #3EE452 Lime Green

📋 copy color: '#3EE452'

red 62 ◦ green 228 ◦ blue 82

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

Shades of Lime Green #3EE452

Tints of Lime Green #3EE452

RGB

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

 GREEN value IS 228 (89.45% from 255) = 61.29%

 BLUE value IS 82 (32.42% from 255) = 22.04%

R = 16.67%
G = 61.29%
B = 22.04%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#3EE452 (or 0x3EE452) is known color: Lime Green. HEX triplet: 3E, E4 and 52. RGB value is (62,228,82). Sum of RGB (Red+Green+Blue) = 62+228+82=372 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.67% from 372); Green value is 228 (89.45% from 255 or 61.29% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 228 - color contains mainly: green. Hex color #3EE452 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3EE452 is #C11BAD. Grayscale: #A2A2A2. Windows color (decimal): -12655534 or 5432382. OLE color: 5432382.

HSL color Cylindrical-coordinate representation of color #3EE452: hue angle of 127.23º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE452 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB 62 228 82 -
CMYK 0.73 0 0.64 0.11
HSL 127.23º 0.75% 0.57% -
HSV(B) 127.23º 0.73% 0.89% -
XYZ 31.25 57.12 17.36 -
YUV 161.72 83 56.87 -
System Red Green Blue C M Y K H S L
Decimal 62 228 82 0.73 0 0.64 0.11 127.23 0.75 0.57
Hex 3E E4 52 49 0 40 B 7F 4B 39
Octal 76 344 122 111 0 100 13 177 113 71
Binary 111110 11100100 1010010 1001001 0 1000000 1011 1111111 1001011 111001

Color Harmonies of #3EE452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE452

Black with #3EE452

Text Example


Text Example

White with #3EE452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,228,82); }

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

background-color css

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

 a { background-color: rgb(62,228,82); }

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

border-color css

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

 span { border-color: rgb(62,228,82); }

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