Html Css Color HEX #32DC1E Lime Green

📋 copy color: '#32DC1E'

red 50 ◦ green 220 ◦ blue 30

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

Shades of Lime Green #32DC1E

Tints of Lime Green #32DC1E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 73.33%

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

R = 16.67%
G = 73.33%
B = 10%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#32DC1E (or 0x32DC1E) is known color: Lime Green. HEX triplet: 32, DC and 1E. RGB value is (50,220,30). Sum of RGB (Red+Green+Blue) = 50+220+30=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 220 (86.33% from 255 or 73.33% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 220 - color contains mainly: green. Hex color #32DC1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DC1E is #CD23E1. Grayscale: #949494. Windows color (decimal): -13444066 or 2022450. OLE color: 2022450.

HSL color Cylindrical-coordinate representation of color #32DC1E: hue angle of 113.68º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #32DC1E is Cyan = 0.77, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 50 220 30 -
CMYK 0.77 0 0.86 0.14
HSL 113.68º 0.76% 0.49% -
HSV(B) 113.68º 0.86% 0.86% -
XYZ 27.14 51.96 9.83 -
YUV 147.51 61.68 58.45 -
System Red Green Blue C M Y K H S L
Decimal 50 220 30 0.77 0 0.86 0.14 113.68 0.76 0.49
Hex 32 DC 1E 4D 0 56 E 72 4C 31
Octal 62 334 36 115 0 126 16 162 114 61
Binary 110010 11011100 11110 1001101 0 1010110 1110 1110010 1001100 110001

Color Harmonies of #32DC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32DC1E

Black with #32DC1E

Text Example


Text Example

White with #32DC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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