Html Css Color HEX #3EFC42 Lime Green

📋 copy color: '#3EFC42'

red 62 ◦ green 252 ◦ blue 66

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

Shades of Lime Green #3EFC42

Tints of Lime Green #3EFC42

RGB

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

 GREEN value IS 252 (98.83% from 255) = 66.32%

 BLUE value IS 66 (26.17% from 255) = 17.37%

R = 16.32%
G = 66.32%
B = 17.37%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#3EFC42 (or 0x3EFC42) is known color: Lime Green. HEX triplet: 3E, FC and 42. RGB value is (62,252,66). Sum of RGB (Red+Green+Blue) = 62+252+66=380 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.32% from 380); Green value is 252 (98.83% from 255 or 66.32% from 380); Blue value is 66 (26.17% from 255 or 17.37% from 380); Max value from RGB is 252 - color contains mainly: green. Hex color #3EFC42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EFC42 is #C103BD. Grayscale: #AEAEAE. Windows color (decimal): -12649406 or 4389950. OLE color: 4389950.

HSL color Cylindrical-coordinate representation of color #3EFC42: hue angle of 121.26º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EFC42 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB 62 252 66 -
CMYK 0.75 0 0.74 0.01
HSL 121.26º 0.97% 0.62% -
HSV(B) 121.26º 0.75% 0.99% -
XYZ 37.78 71.04 16.87 -
YUV 173.99 67.05 48.12 -
System Red Green Blue C M Y K H S L
Decimal 62 252 66 0.75 0 0.74 0.01 121.26 0.97 0.62
Hex 3E FC 42 4B 0 4A 1 79 61 3E
Octal 76 374 102 113 0 112 1 171 141 76
Binary 111110 11111100 1000010 1001011 0 1001010 1 1111001 1100001 111110

Color Harmonies of #3EFC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EFC42

Black with #3EFC42

Text Example


Text Example

White with #3EFC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,252,66); }

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

background-color css

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

 a { background-color: rgb(62,252,66); }

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

border-color css

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

 span { border-color: rgb(62,252,66); }

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