#33BC32

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

Shades of Lime Green #33BC32

Tints of Lime Green #33BC32

Color information

#33BC32 (or 0x33BC32) is unknown color: approx Lime Green. HEX triplet: 33, BC and 32. RGB value is (51,188,50). Sum of RGB (Red+Green+Blue) = 51+188+50=289 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.65% from 289); Green value is 188 (73.83% from 255 or 65.05% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 188 - color contains mainly: green. Hex color #33BC32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BC32 is #CC43CD. Grayscale: #838383. Windows color (decimal): -13386702 or 3324979. OLE color: 3324979.

HSL color Cylindrical-coordinate representation of color #33BC32: hue angle of 119.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BC32 is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB5118850-
CMYK0.7300.730.26
HSL119.57º57.98%46.67%-
HSV(B)119.57º73.4%73.73%-
XYZ19.9236.99.09-
YUV131.382.1170.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.65%
GREEN value IS 188 (73.83% from 255) = 65.05%
BLUE value IS 50 (19.92% from 255) = 17.30%
R=17.65%
G=65.05%
B=17.30%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal51188500.7300.730.26119.5757.9846.67
Hex33BC32490491A783a2f
Octal63274621110111321707257
Binary11001110111100110010100100101001001110101111000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BC32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,188,50); }

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

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

 a { background-color: rgb(51,188,50); }

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

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

 span { border-color: rgb(51,188,50); }

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