Html Css Color HEX #32C953 Lime Green

📋 copy color: '#32C953'

red 50 ◦ green 201 ◦ blue 83

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

Shades of Lime Green #32C953

Tints of Lime Green #32C953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.85%

R = 14.97%
G = 60.18%
B = 24.85%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#32C953 (or 0x32C953) is known color: Lime Green. HEX triplet: 32, C9 and 53. RGB value is (50,201,83). Sum of RGB (Red+Green+Blue) = 50+201+83=334 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.97% from 334); Green value is 201 (78.91% from 255 or 60.18% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 201 - color contains mainly: green. Hex color #32C953 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C953 is #CD36AC. Grayscale: #8E8E8E. Windows color (decimal): -13448877 or 5490994. OLE color: 5490994.

HSL color Cylindrical-coordinate representation of color #32C953: hue angle of 133.11º 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 #32C953 is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB 50 201 83 -
CMYK 0.75 0 0.59 0.21
HSL 133.11º 0.6% 0.49% -
HSV(B) 133.11º 0.75% 0.79% -
XYZ 23.76 43.08 15.25 -
YUV 142.4 94.47 62.09 -
System Red Green Blue C M Y K H S L
Decimal 50 201 83 0.75 0 0.59 0.21 133.11 0.6 0.49
Hex 32 C9 53 4B 0 3B 15 85 3C 31
Octal 62 311 123 113 0 73 25 205 74 61
Binary 110010 11001001 1010011 1001011 0 111011 10101 10000101 111100 110001

Color Harmonies of #32C953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C953

Black with #32C953

Text Example


Text Example

White with #32C953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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