#45CB47

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

Shades of Lime Green #45CB47

Tints of Lime Green #45CB47

Color information

#45CB47 (or 0x45CB47) is unknown color: approx Lime Green. HEX triplet: 45, CB and 47. RGB value is (69,203,71). Sum of RGB (Red+Green+Blue) = 69+203+71=343 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.12% from 343); Green value is 203 (79.69% from 255 or 59.18% from 343); Blue value is 71 (28.12% from 255 or 20.70% from 343); Max value from RGB is 203 - color contains mainly: green. Hex color #45CB47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CB47 is #BA34B8. Grayscale: #949494. Windows color (decimal): -12203193 or 4705093. OLE color: 4705093.

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

Color convert

RGB6920371-
CMYK0.6600.650.20
HSL120.9º56.3%53.33%-
HSV(B)120.9º66.01%79.61%-
XYZ24.9544.4313.22-
YUV147.8984.6171.73-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.12%
GREEN value IS 203 (79.69% from 255) = 59.18%
BLUE value IS 71 (28.12% from 255) = 20.70%
R=20.12%
G=59.18%
B=20.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal69203710.6600.650.20120.956.353.33
Hex45CB474204114793835
Octal1053131071020101241717065
Binary1000101110010111000111100001001000001101001111001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CB47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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