Html Css Color HEX #40D233 Lime Green

📋 copy color: '#40D233'

red 64 ◦ green 210 ◦ blue 51

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

Shades of Lime Green #40D233

Tints of Lime Green #40D233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.69%

R = 19.69%
G = 64.62%
B = 15.69%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#40D233 (or 0x40D233) is known color: Lime Green. HEX triplet: 40, D2 and 33. RGB value is (64,210,51). Sum of RGB (Red+Green+Blue) = 64+210+51=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 210 (82.42% from 255 or 64.62% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 210 - color contains mainly: green. Hex color #40D233 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D233 is #BF2DCC. Grayscale: #949494. Windows color (decimal): -12529101 or 3396160. OLE color: 3396160.

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

Color convert

RGB 64 210 51 -
CMYK 0.70 0 0.76 0.18
HSL 115.09º 0.64% 0.51% -
HSV(B) 115.09º 0.76% 0.82% -
XYZ 25.76 47.42 10.93 -
YUV 148.22 73.13 67.93 -
System Red Green Blue C M Y K H S L
Decimal 64 210 51 0.70 0 0.76 0.18 115.09 0.64 0.51
Hex 40 D2 33 46 0 4C 12 73 40 33
Octal 100 322 63 106 0 114 22 163 100 63
Binary 1000000 11010010 110011 1000110 0 1001100 10010 1110011 1000000 110011

Color Harmonies of #40D233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D233

Black with #40D233

Text Example


Text Example

White with #40D233

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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