Html Css Color HEX #32C941 Lime Green

📋 copy color: '#32C941'

red 50 ◦ green 201 ◦ blue 65

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

Shades of Lime Green #32C941

Tints of Lime Green #32C941

RGB

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

 GREEN value IS 201 (78.91% from 255) = 63.61%

 BLUE value IS 65 (25.78% from 255) = 20.57%

R = 15.82%
G = 63.61%
B = 20.57%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#32C941 (or 0x32C941) is known color: Lime Green. HEX triplet: 32, C9 and 41. RGB value is (50,201,65). Sum of RGB (Red+Green+Blue) = 50+201+65=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 201 (78.91% from 255 or 63.61% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 201 - color contains mainly: green. Hex color #32C941 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C941 is #CD36BE. Grayscale: #8C8C8C. Windows color (decimal): -13448895 or 4311346. OLE color: 4311346.

HSL color Cylindrical-coordinate representation of color #32C941: hue angle of 125.96º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C941 is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 50 201 65 -
CMYK 0.75 0 0.68 0.21
HSL 125.96º 0.6% 0.49% -
HSV(B) 125.96º 0.75% 0.79% -
XYZ 23.16 42.83 12.05 -
YUV 140.35 85.47 63.56 -
System Red Green Blue C M Y K H S L
Decimal 50 201 65 0.75 0 0.68 0.21 125.96 0.6 0.49
Hex 32 C9 41 4B 0 44 15 7E 3C 31
Octal 62 311 101 113 0 104 25 176 74 61
Binary 110010 11001001 1000001 1001011 0 1000100 10101 1111110 111100 110001

Color Harmonies of #32C941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C941

Black with #32C941

Text Example


Text Example

White with #32C941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,201,65); }

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

background-color css

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

 a { background-color: rgb(50,201,65); }

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

border-color css

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

 span { border-color: rgb(50,201,65); }

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