Html Css Color HEX #32BC36 Lime Green

📋 copy color: '#32BC36'

red 50 ◦ green 188 ◦ blue 54

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

Shades of Lime Green #32BC36

Tints of Lime Green #32BC36

RGB

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

 GREEN value IS 188 (73.83% from 255) = 64.38%

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

R = 17.12%
G = 64.38%
B = 18.49%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#32BC36 (or 0x32BC36) is known color: Lime Green. HEX triplet: 32, BC and 36. RGB value is (50,188,54). Sum of RGB (Red+Green+Blue) = 50+188+54=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 188 (73.83% from 255 or 64.38% from 292); Blue value is 54 (21.48% from 255 or 18.49% from 292); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BC36 is #CD43C9. Grayscale: #838383. Windows color (decimal): -13452234 or 3587122. OLE color: 3587122.

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

Color convert

RGB 50 188 54 -
CMYK 0.73 0 0.71 0.26
HSL 121.74º 0.58% 0.47% -
HSV(B) 121.74º 0.73% 0.74% -
XYZ 19.96 36.91 9.56 -
YUV 131.46 84.28 69.9 -
System Red Green Blue C M Y K H S L
Decimal 50 188 54 0.73 0 0.71 0.26 121.74 0.58 0.47
Hex 32 BC 36 49 0 47 1A 7A 3A 2F
Octal 62 274 66 111 0 107 32 172 72 57
Binary 110010 10111100 110110 1001001 0 1000111 11010 1111010 111010 101111

Color Harmonies of #32BC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BC36

Black with #32BC36

Text Example


Text Example

White with #32BC36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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