#32B238

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

Shades of Lime Green #32B238

Tints of Lime Green #32B238

Color information

#32B238 (or 0x32B238) is unknown color: approx Lime Green. HEX triplet: 32, B2 and 38. RGB value is (50,178,56). Sum of RGB (Red+Green+Blue) = 50+178+56=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 178 (69.92% from 255 or 62.68% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 178 - color contains mainly: green. Hex color #32B238 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32B238 is #CD4DC7. Grayscale: #7E7E7E. Windows color (decimal): -13454792 or 3715634. OLE color: 3715634.

HSL color Cylindrical-coordinate representation of color #32B238: hue angle of 122.81º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B238 is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB5017856-
CMYK0.7200.690.30
HSL122.81º56.14%44.71%-
HSV(B)122.81º71.91%69.8%-
XYZ17.9532.89.13-
YUV125.8288.5973.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.61%
GREEN value IS 178 (69.92% from 255) = 62.68%
BLUE value IS 56 (22.27% from 255) = 19.72%
R=17.61%
G=62.68%
B=19.72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal50178560.7200.690.30122.8156.1444.71
Hex32B238480451E7b382d
Octal62262701100105361737055
Binary11001010110010111000100100001000101111101111011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,178,56); }

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

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

 a { background-color: rgb(50,178,56); }

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

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

 span { border-color: rgb(50,178,56); }

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