Html Css Color HEX #32B03F Lime Green

📋 copy color: '#32B03F'

red 50 ◦ green 176 ◦ blue 63

#32B03F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #32B03F

Tints of Lime Green #32B03F

RGB

 RED value IS 50 (19.92% from 255) = 17.3%

 GREEN value IS 176 (69.14% from 255) = 60.9%

 BLUE value IS 63 (25% from 255) = 21.8%

R = 17.3%
G = 60.9%
B = 21.8%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#32B03F (or 0x32B03F) is known color: Lime Green. HEX triplet: 32, B0 and 3F. RGB value is (50,176,63). Sum of RGB (Red+Green+Blue) = 50+176+63=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 176 (69.14% from 255 or 60.90% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 176 - color contains mainly: green. Hex color #32B03F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32B03F is #CD4FC0. Grayscale: #7D7D7D. Windows color (decimal): -13455297 or 4173874. OLE color: 4173874.

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

Color convert

RGB 50 176 63 -
CMYK 0.72 0 0.64 0.31
HSL 126.19º 0.56% 0.44% -
HSV(B) 126.19º 0.72% 0.69% -
XYZ 17.74 32.09 9.96 -
YUV 125.44 92.76 74.19 -
System Red Green Blue C M Y K H S L
Decimal 50 176 63 0.72 0 0.64 0.31 126.19 0.56 0.44
Hex 32 B0 3F 48 0 40 1F 7E 38 2C
Octal 62 260 77 110 0 100 37 176 70 54
Binary 110010 10110000 111111 1001000 0 1000000 11111 1111110 111000 101100

Color Harmonies of #32B03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B03F

Black with #32B03F

Text Example


Text Example

White with #32B03F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #32B03F;
 }
 .AnyTagClassName
 {
   color: #32B03F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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