Html Css Color HEX #40D234 Lime Green

📋 copy color: '#40D234'

red 64 ◦ green 210 ◦ blue 52

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

Shades of Lime Green #40D234

Tints of Lime Green #40D234

RGB

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

 GREEN value IS 210 (82.42% from 255) = 64.42%

 BLUE value IS 52 (20.7% from 255) = 15.95%

R = 19.63%
G = 64.42%
B = 15.95%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#40D234 (or 0x40D234) is known color: Lime Green. HEX triplet: 40, D2 and 34. RGB value is (64,210,52). Sum of RGB (Red+Green+Blue) = 64+210+52=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 210 (82.42% from 255 or 64.42% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 210 - color contains mainly: green. Hex color #40D234 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D234 is #BF2DCB. Grayscale: #949494. Windows color (decimal): -12529100 or 3461696. OLE color: 3461696.

HSL color Cylindrical-coordinate representation of color #40D234: hue angle of 115.44º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40D234 is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 64 210 52 -
CMYK 0.70 0 0.75 0.18
HSL 115.44º 0.64% 0.51% -
HSV(B) 115.44º 0.75% 0.82% -
XYZ 25.78 47.43 11.05 -
YUV 148.33 73.63 67.85 -
System Red Green Blue C M Y K H S L
Decimal 64 210 52 0.70 0 0.75 0.18 115.44 0.64 0.51
Hex 40 D2 34 46 0 4B 12 73 40 33
Octal 100 322 64 106 0 113 22 163 100 63
Binary 1000000 11010010 110100 1000110 0 1001011 10010 1110011 1000000 110011

Color Harmonies of #40D234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D234

Black with #40D234

Text Example


Text Example

White with #40D234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,210,52); }

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

background-color css

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

 a { background-color: rgb(64,210,52); }

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

border-color css

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

 span { border-color: rgb(64,210,52); }

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