Html Css Color HEX #40E421 Lime Green

📋 copy color: '#40E421'

red 64 ◦ green 228 ◦ blue 33

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

Shades of Lime Green #40E421

Tints of Lime Green #40E421

RGB

 RED value IS 64 (25.39% from 255) = 19.69%

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

 BLUE value IS 33 (13.28% from 255) = 10.15%

R = 19.69%
G = 70.15%
B = 10.15%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#40E421 (or 0x40E421) is known color: Lime Green. HEX triplet: 40, E4 and 21. RGB value is (64,228,33). Sum of RGB (Red+Green+Blue) = 64+228+33=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 228 (89.45% from 255 or 70.15% from 325); Blue value is 33 (13.28% from 255 or 10.15% from 325); Max value from RGB is 228 - color contains mainly: green. Hex color #40E421 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E421 is #BF1BDE. Grayscale: #9D9D9D. Windows color (decimal): -12524511 or 2221120. OLE color: 2221120.

HSL color Cylindrical-coordinate representation of color #40E421: hue angle of 110.46º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #40E421 is Cyan = 0.72, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 64 228 33 -
CMYK 0.72 0 0.86 0.11
HSL 110.46º 0.78% 0.51% -
HSV(B) 110.46º 0.86% 0.89% -
XYZ 30.13 56.69 10.79 -
YUV 156.73 58.17 61.86 -
System Red Green Blue C M Y K H S L
Decimal 64 228 33 0.72 0 0.86 0.11 110.46 0.78 0.51
Hex 40 E4 21 48 0 56 B 6E 4E 33
Octal 100 344 41 110 0 126 13 156 116 63
Binary 1000000 11100100 100001 1001000 0 1010110 1011 1101110 1001110 110011

Color Harmonies of #40E421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E421

Black with #40E421

Text Example


Text Example

White with #40E421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40E421; }

 p { color: rgb(64,228,33); }

 H1.HeaderClassName
 {
   color: #40E421;
 }
 .AnyTagClassName
 {
   color: #40E421;
 }
</style>

background-color css

<style>
 a { background-color: #40E421; }

 a { background-color: rgb(64,228,33); }

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

border-color css

<style>
 span { border-color: #40E421; }

 span { border-color: rgb(64,228,33); }

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