#33C945

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

Shades of Lime Green #33C945

Tints of Lime Green #33C945

Color information

#33C945 (or 0x33C945) is unknown color: approx Lime Green. HEX triplet: 33, C9 and 45. RGB value is (51,201,69). Sum of RGB (Red+Green+Blue) = 51+201+69=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 201 (78.91% from 255 or 62.62% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 201 - color contains mainly: green. Hex color #33C945 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C945 is #CC36BA. Grayscale: #8D8D8D. Windows color (decimal): -13383355 or 4573491. OLE color: 4573491.

HSL color Cylindrical-coordinate representation of color #33C945: hue angle of 127.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33C945 is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB5120169-
CMYK0.7500.660.21
HSL127.2º59.52%49.41%-
HSV(B)127.2º74.63%78.82%-
XYZ23.3342.9112.68-
YUV141.187.363.73-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.89%
GREEN value IS 201 (78.91% from 255) = 62.62%
BLUE value IS 69 (27.34% from 255) = 21.50%
R=15.89%
G=62.62%
B=21.50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal51201690.7500.660.21127.259.5249.41
Hex33C9454B042157f3c31
Octal633111051130102251777461
Binary110011110010011000101100101101000010101011111111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33C945; }

 p { color: rgb(51,201,69); }

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

<style>
 a { background-color: #33C945; }

 a { background-color: rgb(51,201,69); }

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

<style>
 span { border-color: #33C945; }

 span { border-color: rgb(51,201,69); }

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