Html Css Color HEX #4CE240 Lime Green

📋 copy color: '#4CE240'

red 76 ◦ green 226 ◦ blue 64

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

Shades of Lime Green #4CE240

Tints of Lime Green #4CE240

RGB

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

 GREEN value IS 226 (88.67% from 255) = 61.75%

 BLUE value IS 64 (25.39% from 255) = 17.49%

R = 20.77%
G = 61.75%
B = 17.49%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#4CE240 (or 0x4CE240) is known color: Lime Green. HEX triplet: 4C, E2 and 40. RGB value is (76,226,64). Sum of RGB (Red+Green+Blue) = 76+226+64=366 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.77% from 366); Green value is 226 (88.67% from 255 or 61.75% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 226 - color contains mainly: green. Hex color #4CE240 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CE240 is #B31DBF. Grayscale: #A3A3A3. Windows color (decimal): -11738560 or 4252236. OLE color: 4252236.

HSL color Cylindrical-coordinate representation of color #4CE240: hue angle of 115.56º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4CE240 is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 76 226 64 -
CMYK 0.66 0 0.72 0.11
HSL 115.56º 0.74% 0.57% -
HSV(B) 115.56º 0.72% 0.89% -
XYZ 31.1 56.3 14.08 -
YUV 162.68 72.31 66.17 -
System Red Green Blue C M Y K H S L
Decimal 76 226 64 0.66 0 0.72 0.11 115.56 0.74 0.57
Hex 4C E2 40 42 0 48 B 74 4A 39
Octal 114 342 100 102 0 110 13 164 112 71
Binary 1001100 11100010 1000000 1000010 0 1001000 1011 1110100 1001010 111001

Color Harmonies of #4CE240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CE240

Black with #4CE240

Text Example


Text Example

White with #4CE240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,226,64); }

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

background-color css

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

 a { background-color: rgb(76,226,64); }

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

border-color css

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

 span { border-color: rgb(76,226,64); }

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