Html Css Color HEX #32C328 Lime Green

📋 copy color: '#32C328'

red 50 ◦ green 195 ◦ blue 40

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

Shades of Lime Green #32C328

Tints of Lime Green #32C328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.04%

R = 17.54%
G = 68.42%
B = 14.04%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#32C328 (or 0x32C328) is known color: Lime Green. HEX triplet: 32, C3 and 28. RGB value is (50,195,40). Sum of RGB (Red+Green+Blue) = 50+195+40=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 195 (76.56% from 255 or 68.42% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 195 - color contains mainly: green. Hex color #32C328 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C328 is #CD3CD7. Grayscale: #868686. Windows color (decimal): -13450456 or 2671410. OLE color: 2671410.

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

Color convert

RGB 50 195 40 -
CMYK 0.74 0 0.79 0.24
HSL 116.13º 0.66% 0.46% -
HSV(B) 116.13º 0.79% 0.76% -
XYZ 21.21 39.86 8.58 -
YUV 133.98 74.96 68.1 -
System Red Green Blue C M Y K H S L
Decimal 50 195 40 0.74 0 0.79 0.24 116.13 0.66 0.46
Hex 32 C3 28 4A 0 4F 18 74 42 2E
Octal 62 303 50 112 0 117 30 164 102 56
Binary 110010 11000011 101000 1001010 0 1001111 11000 1110100 1000010 101110

Color Harmonies of #32C328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C328

Black with #32C328

Text Example


Text Example

White with #32C328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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