#32CB3A

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

Shades of Lime Green #32CB3A

Tints of Lime Green #32CB3A

Color information

#32CB3A (or 0x32CB3A) is unknown color: approx Lime Green. HEX triplet: 32, CB and 3A. RGB value is (50,203,58). Sum of RGB (Red+Green+Blue) = 50+203+58=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 203 (79.69% from 255 or 65.27% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 203 - color contains mainly: green. Hex color #32CB3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CB3A is #CD34C5. Grayscale: #8D8D8D. Windows color (decimal): -13448390 or 3853106. OLE color: 3853106.

HSL color Cylindrical-coordinate representation of color #32CB3A: hue angle of 123.14º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32CB3A is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB5020358-
CMYK0.7500.710.20
HSL123.14º60.47%49.61%-
HSV(B)123.14º75.37%79.61%-
XYZ23.4443.711.2-
YUV140.7281.3163.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.08%
GREEN value IS 203 (79.69% from 255) = 65.27%
BLUE value IS 58 (23.05% from 255) = 18.65%
R=16.08%
G=65.27%
B=18.65%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal50203580.7500.710.20123.1460.4749.61
Hex32CB3A4B047147b3c32
Octal62313721130107241737462
Binary11001011001011111010100101101000111101001111011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32CB3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,203,58); }

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

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

 a { background-color: rgb(50,203,58); }

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

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

 span { border-color: rgb(50,203,58); }

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