Html Css Color HEX #32C320 Lime Green

📋 copy color: '#32C320'

red 50 ◦ green 195 ◦ blue 32

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

Shades of Lime Green #32C320

Tints of Lime Green #32C320

RGB

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

 GREEN value IS 195 (76.56% from 255) = 70.4%

 BLUE value IS 32 (12.89% from 255) = 11.55%

R = 18.05%
G = 70.4%
B = 11.55%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#32C320 (or 0x32C320) is known color: Lime Green. HEX triplet: 32, C3 and 20. RGB value is (50,195,32). Sum of RGB (Red+Green+Blue) = 50+195+32=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 195 (76.56% from 255 or 70.40% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 195 - color contains mainly: green. Hex color #32C320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C320 is #CD3CDF. Grayscale: #858585. Windows color (decimal): -13450464 or 2147122. OLE color: 2147122.

HSL color Cylindrical-coordinate representation of color #32C320: hue angle of 113.37º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32C320 is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 50 195 32 -
CMYK 0.74 0 0.84 0.24
HSL 113.37º 0.72% 0.45% -
HSV(B) 113.37º 0.84% 0.76% -
XYZ 21.09 39.81 7.94 -
YUV 133.06 70.96 68.75 -
System Red Green Blue C M Y K H S L
Decimal 50 195 32 0.74 0 0.84 0.24 113.37 0.72 0.45
Hex 32 C3 20 4A 0 54 18 71 48 2D
Octal 62 303 40 112 0 124 30 161 110 55
Binary 110010 11000011 100000 1001010 0 1010100 11000 1110001 1001000 101101

Color Harmonies of #32C320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C320

Black with #32C320

Text Example


Text Example

White with #32C320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,195,32); }

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

background-color css

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

 a { background-color: rgb(50,195,32); }

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

border-color css

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

 span { border-color: rgb(50,195,32); }

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