Html Css Color HEX #3FEC42 Lime Green

📋 copy color: '#3FEC42'

red 63 ◦ green 236 ◦ blue 66

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

Shades of Lime Green #3FEC42

Tints of Lime Green #3FEC42

RGB

 RED value IS 63 (25% from 255) = 17.26%

 GREEN value IS 236 (92.58% from 255) = 64.66%

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

R = 17.26%
G = 64.66%
B = 18.08%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#3FEC42 (or 0x3FEC42) is known color: Lime Green. HEX triplet: 3F, EC and 42. RGB value is (63,236,66). Sum of RGB (Red+Green+Blue) = 63+236+66=365 (48% of max value = 765). Red value is 63 (25% from 255 or 17.26% from 365); Green value is 236 (92.58% from 255 or 64.66% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 236 - color contains mainly: green. Hex color #3FEC42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FEC42 is #C013BD. Grayscale: #A5A5A5. Windows color (decimal): -12587966 or 4385855. OLE color: 4385855.

HSL color Cylindrical-coordinate representation of color #3FEC42: hue angle of 121.04º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEC42 is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 63 236 66 -
CMYK 0.73 0 0.72 0.07
HSL 121.04º 0.82% 0.59% -
HSV(B) 121.04º 0.73% 0.93% -
XYZ 33.03 61.44 15.27 -
YUV 164.89 72.19 55.32 -
System Red Green Blue C M Y K H S L
Decimal 63 236 66 0.73 0 0.72 0.07 121.04 0.82 0.59
Hex 3F EC 42 49 0 48 7 79 52 3B
Octal 77 354 102 111 0 110 7 171 122 73
Binary 111111 11101100 1000010 1001001 0 1001000 111 1111001 1010010 111011

Color Harmonies of #3FEC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEC42

Black with #3FEC42

Text Example


Text Example

White with #3FEC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,236,66); }

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

background-color css

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

 a { background-color: rgb(63,236,66); }

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

border-color css

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

 span { border-color: rgb(63,236,66); }

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