#45CB31

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

Shades of Lime Green #45CB31

Tints of Lime Green #45CB31

Color information

#45CB31 (or 0x45CB31) is unknown color: approx Lime Green. HEX triplet: 45, CB and 31. RGB value is (69,203,49). Sum of RGB (Red+Green+Blue) = 69+203+49=321 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.50% from 321); Green value is 203 (79.69% from 255 or 63.24% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 203 - color contains mainly: green. Hex color #45CB31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CB31 is #BA34CE. Grayscale: #919191. Windows color (decimal): -12203215 or 3263301. OLE color: 3263301.

HSL color Cylindrical-coordinate representation of color #45CB31: hue angle of 112.21º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #45CB31 is Cyan = 0.66, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB6920349-
CMYK0.6600.760.20
HSL112.21º61.11%49.41%-
HSV(B)112.21º75.86%79.61%-
XYZ24.3644.210.15-
YUV145.3873.6173.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.50%
GREEN value IS 203 (79.69% from 255) = 63.24%
BLUE value IS 49 (19.53% from 255) = 15.26%
R=21.50%
G=63.24%
B=15.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal69203490.6600.760.20112.2161.1149.41
Hex45CB314204C14703d31
Octal105313611020114241607561
Binary100010111001011110001100001001001100101001110000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CB31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45CB31; }

 p { color: rgb(69,203,49); }

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

<style>
 a { background-color: #45CB31; }

 a { background-color: rgb(69,203,49); }

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

<style>
 span { border-color: #45CB31; }

 span { border-color: rgb(69,203,49); }

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