Html Css Color HEX #32D535 Lime Green

📋 copy color: '#32D535'

red 50 ◦ green 213 ◦ blue 53

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

Shades of Lime Green #32D535

Tints of Lime Green #32D535

RGB

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

 GREEN value IS 213 (83.59% from 255) = 67.41%

 BLUE value IS 53 (21.09% from 255) = 16.77%

R = 15.82%
G = 67.41%
B = 16.77%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#32D535 (or 0x32D535) is known color: Lime Green. HEX triplet: 32, D5 and 35. RGB value is (50,213,53). Sum of RGB (Red+Green+Blue) = 50+213+53=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 213 (83.59% from 255 or 67.41% from 316); Blue value is 53 (21.09% from 255 or 16.77% from 316); Max value from RGB is 213 - color contains mainly: green. Hex color #32D535 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D535 is #CD2ACA. Grayscale: #929292. Windows color (decimal): -13445835 or 3527986. OLE color: 3527986.

HSL color Cylindrical-coordinate representation of color #32D535: hue angle of 121.1º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D535 is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 50 213 53 -
CMYK 0.77 0 0.75 0.16
HSL 121.1º 0.66% 0.52% -
HSV(B) 121.1º 0.77% 0.84% -
XYZ 25.75 48.52 11.38 -
YUV 146.02 75.5 59.51 -
System Red Green Blue C M Y K H S L
Decimal 50 213 53 0.77 0 0.75 0.16 121.1 0.66 0.52
Hex 32 D5 35 4D 0 4B 10 79 42 34
Octal 62 325 65 115 0 113 20 171 102 64
Binary 110010 11010101 110101 1001101 0 1001011 10000 1111001 1000010 110100

Color Harmonies of #32D535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D535

Black with #32D535

Text Example


Text Example

White with #32D535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,213,53); }

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

background-color css

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

 a { background-color: rgb(50,213,53); }

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

border-color css

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

 span { border-color: rgb(50,213,53); }

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