#32F42B

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

Shades of Lime Green #32F42B

Tints of Lime Green #32F42B

Color information

#32F42B (or 0x32F42B) is unknown color: approx Lime Green. HEX triplet: 32, F4 and 2B. RGB value is (50,244,43). Sum of RGB (Red+Green+Blue) = 50+244+43=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 244 (95.70% from 255 or 72.40% from 337); Blue value is 43 (17.19% from 255 or 12.76% from 337); Max value from RGB is 244 - color contains mainly: green. Hex color #32F42B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F42B is #CD0BD4. Grayscale: #A3A3A3. Windows color (decimal): -13437909 or 2880562. OLE color: 2880562.

HSL color Cylindrical-coordinate representation of color #32F42B: hue angle of 117.91º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32F42B is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB5024443-
CMYK0.8000.820.04
HSL117.91º90.13%56.27%-
HSV(B)117.91º82.38%95.69%-
XYZ34.165.5513.14-
YUV163.0860.2347.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.84%
GREEN value IS 244 (95.70% from 255) = 72.40%
BLUE value IS 43 (17.19% from 255) = 12.76%
R=14.84%
G=72.40%
B=12.76%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal50244430.8000.820.04117.9190.1356.27
Hex32F42B500524765a38
Octal62364531200122416613270
Binary1100101111010010101110100000101001010011101101011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32F42B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,244,43); }

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

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

 a { background-color: rgb(50,244,43); }

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

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

 span { border-color: rgb(50,244,43); }

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