Html Css Color HEX #32D51E Lime Green

📋 copy color: '#32D51E'

red 50 ◦ green 213 ◦ blue 30

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

Shades of Lime Green #32D51E

Tints of Lime Green #32D51E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 72.7%

 BLUE value IS 30 (12.11% from 255) = 10.24%

R = 17.06%
G = 72.7%
B = 10.24%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#32D51E (or 0x32D51E) is known color: Lime Green. HEX triplet: 32, D5 and 1E. RGB value is (50,213,30). Sum of RGB (Red+Green+Blue) = 50+213+30=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 213 (83.59% from 255 or 72.70% from 293); Blue value is 30 (12.11% from 255 or 10.24% from 293); Max value from RGB is 213 - color contains mainly: green. Hex color #32D51E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D51E is #CD2AE1. Grayscale: #8F8F8F. Windows color (decimal): -13445858 or 2020658. OLE color: 2020658.

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

Color convert

RGB 50 213 30 -
CMYK 0.77 0 0.86 0.16
HSL 113.44º 0.75% 0.48% -
HSV(B) 113.44º 0.86% 0.84% -
XYZ 25.34 48.36 9.23 -
YUV 143.4 64 61.38 -
System Red Green Blue C M Y K H S L
Decimal 50 213 30 0.77 0 0.86 0.16 113.44 0.75 0.48
Hex 32 D5 1E 4D 0 56 10 71 4B 30
Octal 62 325 36 115 0 126 20 161 113 60
Binary 110010 11010101 11110 1001101 0 1010110 10000 1110001 1001011 110000

Color Harmonies of #32D51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D51E

Black with #32D51E

Text Example


Text Example

White with #32D51E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,213,30); }

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

background-color css

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

 a { background-color: rgb(50,213,30); }

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

border-color css

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

 span { border-color: rgb(50,213,30); }

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