Html Css Color HEX #4CEF42 Lime Green

📋 copy color: '#4CEF42'

red 76 ◦ green 239 ◦ blue 66

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

Shades of Lime Green #4CEF42

Tints of Lime Green #4CEF42

RGB

 RED value IS 76 (30.08% from 255) = 19.95%

 GREEN value IS 239 (93.75% from 255) = 62.73%

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

R = 19.95%
G = 62.73%
B = 17.32%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#4CEF42 (or 0x4CEF42) is known color: Lime Green. HEX triplet: 4C, EF and 42. RGB value is (76,239,66). Sum of RGB (Red+Green+Blue) = 76+239+66=381 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.95% from 381); Green value is 239 (93.75% from 255 or 62.73% from 381); Blue value is 66 (26.17% from 255 or 17.32% from 381); Max value from RGB is 239 - color contains mainly: green. Hex color #4CEF42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CEF42 is #B310BD. Grayscale: #ABABAB. Windows color (decimal): -11735230 or 4386636. OLE color: 4386636.

HSL color Cylindrical-coordinate representation of color #4CEF42: hue angle of 116.53º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4CEF42 is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 76 239 66 -
CMYK 0.68 0 0.72 0.06
HSL 116.53º 0.84% 0.6% -
HSV(B) 116.53º 0.72% 0.94% -
XYZ 34.83 63.66 15.61 -
YUV 170.54 69 60.57 -
System Red Green Blue C M Y K H S L
Decimal 76 239 66 0.68 0 0.72 0.06 116.53 0.84 0.6
Hex 4C EF 42 44 0 48 6 75 54 3C
Octal 114 357 102 104 0 110 6 165 124 74
Binary 1001100 11101111 1000010 1000100 0 1001000 110 1110101 1010100 111100

Color Harmonies of #4CEF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CEF42

Black with #4CEF42

Text Example


Text Example

White with #4CEF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CEF42; }

 p { color: rgb(76,239,66); }

 H1.HeaderClassName
 {
   color: #4CEF42;
 }
 .AnyTagClassName
 {
   color: #4CEF42;
 }
</style>

background-color css

<style>
 a { background-color: #4CEF42; }

 a { background-color: rgb(76,239,66); }

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

border-color css

<style>
 span { border-color: #4CEF42; }

 span { border-color: rgb(76,239,66); }

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