Html Css Color HEX #40D421 Lime Green

📋 copy color: '#40D421'

red 64 ◦ green 212 ◦ blue 33

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

Shades of Lime Green #40D421

Tints of Lime Green #40D421

RGB

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

 GREEN value IS 212 (83.2% from 255) = 68.61%

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

R = 20.71%
G = 68.61%
B = 10.68%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#40D421 (or 0x40D421) is known color: Lime Green. HEX triplet: 40, D4 and 21. RGB value is (64,212,33). Sum of RGB (Red+Green+Blue) = 64+212+33=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 212 (83.20% from 255 or 68.61% from 309); Blue value is 33 (13.28% from 255 or 10.68% from 309); Max value from RGB is 212 - color contains mainly: green. Hex color #40D421 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D421 is #BF2BDE. Grayscale: #939393. Windows color (decimal): -12528607 or 2217024. OLE color: 2217024.

HSL color Cylindrical-coordinate representation of color #40D421: hue angle of 109.61º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40D421 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB 64 212 33 -
CMYK 0.70 0 0.84 0.17
HSL 109.61º 0.73% 0.48% -
HSV(B) 109.61º 0.84% 0.83% -
XYZ 25.93 48.29 9.39 -
YUV 147.34 63.47 68.55 -
System Red Green Blue C M Y K H S L
Decimal 64 212 33 0.70 0 0.84 0.17 109.61 0.73 0.48
Hex 40 D4 21 46 0 54 11 6E 49 30
Octal 100 324 41 106 0 124 21 156 111 60
Binary 1000000 11010100 100001 1000110 0 1010100 10001 1101110 1001001 110000

Color Harmonies of #40D421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D421

Black with #40D421

Text Example


Text Example

White with #40D421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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