#33CA44

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

Shades of Lime Green #33CA44

Tints of Lime Green #33CA44

Color information

#33CA44 (or 0x33CA44) is unknown color: approx Lime Green. HEX triplet: 33, CA and 44. RGB value is (51,202,68). Sum of RGB (Red+Green+Blue) = 51+202+68=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 202 (79.30% from 255 or 62.93% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 202 - color contains mainly: green. Hex color #33CA44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33CA44 is #CC35BB. Grayscale: #8D8D8D. Windows color (decimal): -13383100 or 4508211. OLE color: 4508211.

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

Color convert

RGB5120268-
CMYK0.7500.660.21
HSL126.75º59.68%49.61%-
HSV(B)126.75º74.75%79.22%-
XYZ23.5343.3612.6-
YUV141.5886.4763.4-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.89%
GREEN value IS 202 (79.30% from 255) = 62.93%
BLUE value IS 68 (26.95% from 255) = 21.18%
R=15.89%
G=62.93%
B=21.18%

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
Decimal51202680.7500.660.21126.7559.6849.61
Hex33CA444B042157f3c32
Octal633121041130102251777462
Binary110011110010101000100100101101000010101011111111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33CA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,202,68); }

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

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

 a { background-color: rgb(51,202,68); }

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

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

 span { border-color: rgb(51,202,68); }

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