#40CB35

Color #40CB35 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #40CB35

Tints of Lime Green #40CB35

Color information

#40CB35 (or 0x40CB35) is unknown color: approx Lime Green. HEX triplet: 40, CB and 35. RGB value is (64,203,53). Sum of RGB (Red+Green+Blue) = 64+203+53=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 203 (79.69% from 255 or 63.44% from 320); Blue value is 53 (21.09% from 255 or 16.56% from 320); Max value from RGB is 203 - color contains mainly: green. Hex color #40CB35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CB35 is #BF34CA. Grayscale: #909090. Windows color (decimal): -12530891 or 3525440. OLE color: 3525440.

HSL color Cylindrical-coordinate representation of color #40CB35: hue angle of 115.6º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40CB35 is Cyan = 0.68, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB6420353-
CMYK0.6800.740.20
HSL115.6º59.06%50.2%-
HSV(B)115.6º73.89%79.61%-
XYZ24.1144.0610.6-
YUV144.3476.4570.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20%
GREEN value IS 203 (79.69% from 255) = 63.44%
BLUE value IS 53 (21.09% from 255) = 16.56%
R=20%
G=63.44%
B=16.56%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal64203530.6800.740.20115.659.0650.2
Hex40CB354404A14743b32
Octal100313651040112241647362
Binary100000011001011110101100010001001010101001110100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40CB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,203,53); }

 H1.HeaderClassName
 {
   color: #40CB35;
 }
 .AnyTagClassName
 {
   color: #40CB35;
 }
</style>
background-color css

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

 a { background-color: rgb(64,203,53); }

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

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

 span { border-color: rgb(64,203,53); }

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