Html Css Color HEX #32C54E Lime Green

📋 copy color: '#32C54E'

red 50 ◦ green 197 ◦ blue 78

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

Shades of Lime Green #32C54E

Tints of Lime Green #32C54E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24%

R = 15.38%
G = 60.62%
B = 24%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#32C54E (or 0x32C54E) is known color: Lime Green. HEX triplet: 32, C5 and 4E. RGB value is (50,197,78). Sum of RGB (Red+Green+Blue) = 50+197+78=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 197 (77.34% from 255 or 60.62% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 197 - color contains mainly: green. Hex color #32C54E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C54E is #CD3AB1. Grayscale: #8B8B8B. Windows color (decimal): -13449906 or 5162290. OLE color: 5162290.

HSL color Cylindrical-coordinate representation of color #32C54E: hue angle of 131.43º 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 #32C54E is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 50 197 78 -
CMYK 0.75 0 0.60 0.23
HSL 131.43º 0.6% 0.48% -
HSV(B) 131.43º 0.75% 0.77% -
XYZ 22.66 41.16 13.96 -
YUV 139.48 93.3 64.18 -
System Red Green Blue C M Y K H S L
Decimal 50 197 78 0.75 0 0.60 0.23 131.43 0.6 0.48
Hex 32 C5 4E 4B 0 3C 17 83 3C 30
Octal 62 305 116 113 0 74 27 203 74 60
Binary 110010 11000101 1001110 1001011 0 111100 10111 10000011 111100 110000

Color Harmonies of #32C54E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C54E

Black with #32C54E

Text Example


Text Example

White with #32C54E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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