Html Css Color HEX #32C52D Lime Green

📋 copy color: '#32C52D'

red 50 ◦ green 197 ◦ blue 45

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

Shades of Lime Green #32C52D

Tints of Lime Green #32C52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.41%

R = 17.12%
G = 67.47%
B = 15.41%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#32C52D (or 0x32C52D) is known color: Lime Green. HEX triplet: 32, C5 and 2D. RGB value is (50,197,45). Sum of RGB (Red+Green+Blue) = 50+197+45=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 197 (77.34% from 255 or 67.47% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 197 - color contains mainly: green. Hex color #32C52D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C52D is #CD3AD2. Grayscale: #888888. Windows color (decimal): -13449939 or 2999602. OLE color: 2999602.

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

Color convert

RGB 50 197 45 -
CMYK 0.75 0 0.77 0.23
HSL 118.03º 0.63% 0.47% -
HSV(B) 118.03º 0.77% 0.77% -
XYZ 21.76 40.8 9.21 -
YUV 135.72 76.8 66.86 -
System Red Green Blue C M Y K H S L
Decimal 50 197 45 0.75 0 0.77 0.23 118.03 0.63 0.47
Hex 32 C5 2D 4B 0 4D 17 76 3F 2F
Octal 62 305 55 113 0 115 27 166 77 57
Binary 110010 11000101 101101 1001011 0 1001101 10111 1110110 111111 101111

Color Harmonies of #32C52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C52D

Black with #32C52D

Text Example


Text Example

White with #32C52D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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