Html Css Color HEX #32C541 Lime Green

📋 copy color: '#32C541'

red 50 ◦ green 197 ◦ blue 65

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

Shades of Lime Green #32C541

Tints of Lime Green #32C541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.83%

R = 16.03%
G = 63.14%
B = 20.83%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#32C541 (or 0x32C541) is known color: Lime Green. HEX triplet: 32, C5 and 41. RGB value is (50,197,65). Sum of RGB (Red+Green+Blue) = 50+197+65=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 197 (77.34% from 255 or 63.14% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 197 - color contains mainly: green. Hex color #32C541 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C541 is #CD3ABE. Grayscale: #8A8A8A. Windows color (decimal): -13449919 or 4310322. OLE color: 4310322.

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

Color convert

RGB 50 197 65 -
CMYK 0.75 0 0.67 0.23
HSL 126.12º 0.6% 0.48% -
HSV(B) 126.12º 0.75% 0.77% -
XYZ 22.24 40.99 11.74 -
YUV 138 86.8 65.23 -
System Red Green Blue C M Y K H S L
Decimal 50 197 65 0.75 0 0.67 0.23 126.12 0.6 0.48
Hex 32 C5 41 4B 0 43 17 7E 3C 30
Octal 62 305 101 113 0 103 27 176 74 60
Binary 110010 11000101 1000001 1001011 0 1000011 10111 1111110 111100 110000

Color Harmonies of #32C541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C541

Black with #32C541

Text Example


Text Example

White with #32C541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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