Html Css Color HEX #32D52B Lime Green

📋 copy color: '#32D52B'

red 50 ◦ green 213 ◦ blue 43

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

Shades of Lime Green #32D52B

Tints of Lime Green #32D52B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.05%

R = 16.34%
G = 69.61%
B = 14.05%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#32D52B (or 0x32D52B) is known color: Lime Green. HEX triplet: 32, D5 and 2B. RGB value is (50,213,43). Sum of RGB (Red+Green+Blue) = 50+213+43=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 213 (83.59% from 255 or 69.61% from 306); Blue value is 43 (17.19% from 255 or 14.05% from 306); Max value from RGB is 213 - color contains mainly: green. Hex color #32D52B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D52B is #CD2AD4. Grayscale: #919191. Windows color (decimal): -13445845 or 2872626. OLE color: 2872626.

HSL color Cylindrical-coordinate representation of color #32D52B: hue angle of 117.53º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32D52B is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 50 213 43 -
CMYK 0.77 0 0.80 0.16
HSL 117.53º 0.67% 0.5% -
HSV(B) 117.53º 0.8% 0.84% -
XYZ 25.55 48.44 10.29 -
YUV 144.88 70.5 60.32 -
System Red Green Blue C M Y K H S L
Decimal 50 213 43 0.77 0 0.80 0.16 117.53 0.67 0.5
Hex 32 D5 2B 4D 0 50 10 76 43 32
Octal 62 325 53 115 0 120 20 166 103 62
Binary 110010 11010101 101011 1001101 0 1010000 10000 1110110 1000011 110010

Color Harmonies of #32D52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D52B

Black with #32D52B

Text Example


Text Example

White with #32D52B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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