Html Css Color HEX #32D42C Lime Green

📋 copy color: '#32D42C'

red 50 ◦ green 212 ◦ blue 44

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

Shades of Lime Green #32D42C

Tints of Lime Green #32D42C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 69.28%

 BLUE value IS 44 (17.58% from 255) = 14.38%

R = 16.34%
G = 69.28%
B = 14.38%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#32D42C (or 0x32D42C) is known color: Lime Green. HEX triplet: 32, D4 and 2C. RGB value is (50,212,44). Sum of RGB (Red+Green+Blue) = 50+212+44=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 212 (83.20% from 255 or 69.28% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 212 - color contains mainly: green. Hex color #32D42C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D42C is #CD2BD3. Grayscale: #909090. Windows color (decimal): -13446100 or 2937906. OLE color: 2937906.

HSL color Cylindrical-coordinate representation of color #32D42C: hue angle of 117.86º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32D42C is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB 50 212 44 -
CMYK 0.76 0 0.79 0.17
HSL 117.86º 0.66% 0.5% -
HSV(B) 117.86º 0.79% 0.83% -
XYZ 25.31 47.95 10.3 -
YUV 144.41 71.33 60.66 -
System Red Green Blue C M Y K H S L
Decimal 50 212 44 0.76 0 0.79 0.17 117.86 0.66 0.5
Hex 32 D4 2C 4C 0 4F 11 76 42 32
Octal 62 324 54 114 0 117 21 166 102 62
Binary 110010 11010100 101100 1001100 0 1001111 10001 1110110 1000010 110010

Color Harmonies of #32D42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D42C

Black with #32D42C

Text Example


Text Example

White with #32D42C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,212,44); }

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

background-color css

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

 a { background-color: rgb(50,212,44); }

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

border-color css

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

 span { border-color: rgb(50,212,44); }

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