Html Css Color HEX #32C526 Lime Green

📋 copy color: '#32C526'

red 50 ◦ green 197 ◦ blue 38

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

Shades of Lime Green #32C526

Tints of Lime Green #32C526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.33%

R = 17.54%
G = 69.12%
B = 13.33%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#32C526 (or 0x32C526) is known color: Lime Green. HEX triplet: 32, C5 and 26. RGB value is (50,197,38). Sum of RGB (Red+Green+Blue) = 50+197+38=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 197 (77.34% from 255 or 69.12% from 285); Blue value is 38 (15.23% from 255 or 13.33% from 285); Max value from RGB is 197 - color contains mainly: green. Hex color #32C526 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C526 is #CD3AD9. Grayscale: #878787. Windows color (decimal): -13449946 or 2540850. OLE color: 2540850.

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

Color convert

RGB 50 197 38 -
CMYK 0.75 0 0.81 0.23
HSL 115.47º 0.68% 0.46% -
HSV(B) 115.47º 0.81% 0.77% -
XYZ 21.63 40.75 8.56 -
YUV 134.92 73.3 67.43 -
System Red Green Blue C M Y K H S L
Decimal 50 197 38 0.75 0 0.81 0.23 115.47 0.68 0.46
Hex 32 C5 26 4B 0 51 17 73 44 2E
Octal 62 305 46 113 0 121 27 163 104 56
Binary 110010 11000101 100110 1001011 0 1010001 10111 1110011 1000100 101110

Color Harmonies of #32C526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C526

Black with #32C526

Text Example


Text Example

White with #32C526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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