Html Css Color HEX #32C51A Lime Green

📋 copy color: '#32C51A'

red 50 ◦ green 197 ◦ blue 26

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

Shades of Lime Green #32C51A

Tints of Lime Green #32C51A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 72.16%

 BLUE value IS 26 (10.55% from 255) = 9.52%

R = 18.32%
G = 72.16%
B = 9.52%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#32C51A (or 0x32C51A) is known color: Lime Green. HEX triplet: 32, C5 and 1A. RGB value is (50,197,26). Sum of RGB (Red+Green+Blue) = 50+197+26=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 197 (77.34% from 255 or 72.16% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 197 - color contains mainly: green. Hex color #32C51A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C51A is #CD3AE5. Grayscale: #868686. Windows color (decimal): -13449958 or 1754418. OLE color: 1754418.

HSL color Cylindrical-coordinate representation of color #32C51A: hue angle of 111.58º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #32C51A is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 50 197 26 -
CMYK 0.75 0 0.87 0.23
HSL 111.58º 0.77% 0.44% -
HSV(B) 111.58º 0.87% 0.77% -
XYZ 21.47 40.69 7.7 -
YUV 133.55 67.3 68.4 -
System Red Green Blue C M Y K H S L
Decimal 50 197 26 0.75 0 0.87 0.23 111.58 0.77 0.44
Hex 32 C5 1A 4B 0 57 17 70 4D 2C
Octal 62 305 32 113 0 127 27 160 115 54
Binary 110010 11000101 11010 1001011 0 1010111 10111 1110000 1001101 101100

Color Harmonies of #32C51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C51A

Black with #32C51A

Text Example


Text Example

White with #32C51A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,197,26); }

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

background-color css

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

 a { background-color: rgb(50,197,26); }

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

border-color css

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

 span { border-color: rgb(50,197,26); }

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