#32B030

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

Shades of Lime Green #32B030

Tints of Lime Green #32B030

Color information

#32B030 (or 0x32B030) is unknown color: approx Lime Green. HEX triplet: 32, B0 and 30. RGB value is (50,176,48). Sum of RGB (Red+Green+Blue) = 50+176+48=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 176 (69.14% from 255 or 64.23% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 176 - color contains mainly: green. Hex color #32B030 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32B030 is #CD4FCF. Grayscale: #7C7C7C. Windows color (decimal): -13455312 or 3190834. OLE color: 3190834.

HSL color Cylindrical-coordinate representation of color #32B030: hue angle of 119.06º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32B030 is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB5017648-
CMYK0.7200.730.31
HSL119.06º57.14%43.92%-
HSV(B)119.06º72.73%69.02%-
XYZ17.3731.948.05-
YUV123.7385.2675.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.25%
GREEN value IS 176 (69.14% from 255) = 64.23%
BLUE value IS 48 (19.14% from 255) = 17.52%
R=18.25%
G=64.23%
B=17.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal50176480.7200.730.31119.0657.1443.92
Hex32B030480491F77392c
Octal62260601100111371677154
Binary11001010110000110000100100001001001111111110111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,176,48); }

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

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

 a { background-color: rgb(50,176,48); }

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

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

 span { border-color: rgb(50,176,48); }

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