#33C223

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

Shades of Lime Green #33C223

Tints of Lime Green #33C223

Color information

#33C223 (or 0x33C223) is unknown color: approx Lime Green. HEX triplet: 33, C2 and 23. RGB value is (51,194,35). Sum of RGB (Red+Green+Blue) = 51+194+35=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 194 (76.17% from 255 or 69.29% from 280); Blue value is 35 (14.06% from 255 or 12.5% from 280); Max value from RGB is 194 - color contains mainly: green. Hex color #33C223 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C223 is #CC3DDC. Grayscale: #858585. Windows color (decimal): -13385181 or 2343475. OLE color: 2343475.

HSL color Cylindrical-coordinate representation of color #33C223: hue angle of 113.96º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #33C223 is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB5119435-
CMYK0.7400.820.24
HSL113.96º69.43%44.9%-
HSV(B)113.96º81.96%76.08%-
XYZ20.9639.418.09-
YUV133.1272.6269.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.21%
GREEN value IS 194 (76.17% from 255) = 69.29%
BLUE value IS 35 (14.06% from 255) = 12.5%
R=18.21%
G=69.29%
B=12.5%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal51194350.7400.820.24113.9669.4344.9
Hex33C2234A0521872452d
Octal633024311201223016210555
Binary110011110000101000111001010010100101100011100101000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,194,35); }

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

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

 a { background-color: rgb(51,194,35); }

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

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

 span { border-color: rgb(51,194,35); }

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