Html Css Color HEX #32BD36 Lime Green

📋 copy color: '#32BD36'

red 50 ◦ green 189 ◦ blue 54

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

Shades of Lime Green #32BD36

Tints of Lime Green #32BD36

RGB

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

 GREEN value IS 189 (74.22% from 255) = 64.51%

 BLUE value IS 54 (21.48% from 255) = 18.43%

R = 17.06%
G = 64.51%
B = 18.43%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#32BD36 (or 0x32BD36) is known color: Lime Green. HEX triplet: 32, BD and 36. RGB value is (50,189,54). Sum of RGB (Red+Green+Blue) = 50+189+54=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 189 (74.22% from 255 or 64.51% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 189 - color contains mainly: green. Hex color #32BD36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BD36 is #CD42C9. Grayscale: #848484. Windows color (decimal): -13451978 or 3587378. OLE color: 3587378.

HSL color Cylindrical-coordinate representation of color #32BD36: hue angle of 121.73º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BD36 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 189 54 -
CMYK 0.74 0 0.71 0.26
HSL 121.73º 0.58% 0.47% -
HSV(B) 121.73º 0.74% 0.74% -
XYZ 20.18 37.34 9.63 -
YUV 132.05 83.95 69.48 -
System Red Green Blue C M Y K H S L
Decimal 50 189 54 0.74 0 0.71 0.26 121.73 0.58 0.47
Hex 32 BD 36 4A 0 47 1A 7A 3A 2F
Octal 62 275 66 112 0 107 32 172 72 57
Binary 110010 10111101 110110 1001010 0 1000111 11010 1111010 111010 101111

Color Harmonies of #32BD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BD36

Black with #32BD36

Text Example


Text Example

White with #32BD36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,189,54); }

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

background-color css

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

 a { background-color: rgb(50,189,54); }

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

border-color css

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

 span { border-color: rgb(50,189,54); }

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