#45CB37

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

Shades of Lime Green #45CB37

Tints of Lime Green #45CB37

Color information

#45CB37 (or 0x45CB37) is unknown color: approx Lime Green. HEX triplet: 45, CB and 37. RGB value is (69,203,55). Sum of RGB (Red+Green+Blue) = 69+203+55=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 203 (79.69% from 255 or 62.08% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 203 - color contains mainly: green. Hex color #45CB37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CB37 is #BA34C8. Grayscale: #929292. Windows color (decimal): -12203209 or 3656517. OLE color: 3656517.

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

Color convert

RGB6920355-
CMYK0.6600.730.20
HSL114.32º58.73%50.59%-
HSV(B)114.32º72.91%79.61%-
XYZ24.544.2510.86-
YUV146.0676.6173.03-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.10%
GREEN value IS 203 (79.69% from 255) = 62.08%
BLUE value IS 55 (21.88% from 255) = 16.82%
R=21.10%
G=62.08%
B=16.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal69203550.6600.730.20114.3258.7350.59
Hex45CB374204914723b33
Octal105313671020111241627363
Binary100010111001011110111100001001001001101001110010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CB37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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