Html Css Color HEX #32BC1C Lime Green

📋 copy color: '#32BC1C'

red 50 ◦ green 188 ◦ blue 28

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

Shades of Lime Green #32BC1C

Tints of Lime Green #32BC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.53%

R = 18.8%
G = 70.68%
B = 10.53%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#32BC1C (or 0x32BC1C) is known color: Lime Green. HEX triplet: 32, BC and 1C. RGB value is (50,188,28). Sum of RGB (Red+Green+Blue) = 50+188+28=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 188 (73.83% from 255 or 70.68% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BC1C is #CD43E3. Grayscale: #818181. Windows color (decimal): -13452260 or 1883186. OLE color: 1883186.

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

Color convert

RGB 50 188 28 -
CMYK 0.73 0 0.85 0.26
HSL 111.75º 0.74% 0.42% -
HSV(B) 111.75º 0.85% 0.74% -
XYZ 19.51 36.73 7.16 -
YUV 128.5 71.28 72.01 -
System Red Green Blue C M Y K H S L
Decimal 50 188 28 0.73 0 0.85 0.26 111.75 0.74 0.42
Hex 32 BC 1C 49 0 55 1A 70 4A 2A
Octal 62 274 34 111 0 125 32 160 112 52
Binary 110010 10111100 11100 1001001 0 1010101 11010 1110000 1001010 101010

Color Harmonies of #32BC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BC1C

Black with #32BC1C

Text Example


Text Example

White with #32BC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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