#40B83C

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

Shades of Lime Green #40B83C

Tints of Lime Green #40B83C

Color information

#40B83C (or 0x40B83C) is unknown color: approx Lime Green. HEX triplet: 40, B8 and 3C. RGB value is (64,184,60). Sum of RGB (Red+Green+Blue) = 64+184+60=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 184 (72.27% from 255 or 59.74% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 184 - color contains mainly: green. Hex color #40B83C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B83C is #BF47C3. Grayscale: #868686. Windows color (decimal): -12535748 or 3979328. OLE color: 3979328.

HSL color Cylindrical-coordinate representation of color #40B83C: hue angle of 118.06º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40B83C is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB6418460-
CMYK0.6500.670.28
HSL118.06º50.82%47.84%-
HSV(B)118.06º67.39%72.16%-
XYZ20.0735.710.11-
YUV133.9886.2478.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.78%
GREEN value IS 184 (72.27% from 255) = 59.74%
BLUE value IS 60 (23.83% from 255) = 19.48%
R=20.78%
G=59.74%
B=19.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal64184600.6500.670.28118.0650.8247.84
Hex40B83C410431C763330
Octal100270741010103341666360
Binary100000010111000111100100000101000011111001110110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B83C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,184,60); }

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

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

 a { background-color: rgb(64,184,60); }

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

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

 span { border-color: rgb(64,184,60); }

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