#32C021

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

Shades of Lime Green #32C021

Tints of Lime Green #32C021

Color information

#32C021 (or 0x32C021) is unknown color: approx Lime Green. HEX triplet: 32, C0 and 21. RGB value is (50,192,33). Sum of RGB (Red+Green+Blue) = 50+192+33=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 192 (75.39% from 255 or 69.82% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 192 - color contains mainly: green. Hex color #32C021 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C021 is #CD3FDE. Grayscale: #838383. Windows color (decimal): -13451231 or 2211890. OLE color: 2211890.

HSL color Cylindrical-coordinate representation of color #32C021: hue angle of 113.58º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #32C021 is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB5019233-
CMYK0.7400.830.25
HSL113.58º70.67%44.12%-
HSV(B)113.58º82.81%75.29%-
XYZ20.4438.497.79-
YUV131.4272.4669.93-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.18%
GREEN value IS 192 (75.39% from 255) = 69.82%
BLUE value IS 33 (13.28% from 255) = 12%
R=18.18%
G=69.82%
B=12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal50192330.7400.830.25113.5870.6744.12
Hex32C0214A0531972472c
Octal623004111201233116210754
Binary110010110000001000011001010010100111100111100101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32C021; }

 p { color: rgb(50,192,33); }

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

<style>
 a { background-color: #32C021; }

 a { background-color: rgb(50,192,33); }

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

<style>
 span { border-color: #32C021; }

 span { border-color: rgb(50,192,33); }

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