Html Css Color HEX #19DC2B Lime Green

📋 copy color: '#19DC2B'

red 25 ◦ green 220 ◦ blue 43

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

Shades of Lime Green #19DC2B

Tints of Lime Green #19DC2B

RGB

 RED value IS 25 (10.16% from 255) = 8.68%

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

 BLUE value IS 43 (17.19% from 255) = 14.93%

R = 8.68%
G = 76.39%
B = 14.93%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#19DC2B (or 0x19DC2B) is known color: Lime Green. HEX triplet: 19, DC and 2B. RGB value is (25,220,43). Sum of RGB (Red+Green+Blue) = 25+220+43=288 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.68% from 288); Green value is 220 (86.33% from 255 or 76.39% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 220 - color contains mainly: green. Hex color #19DC2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19DC2B is #E623D4. Grayscale: #8E8E8E. Windows color (decimal): -15082453 or 2874393. OLE color: 2874393.

HSL color Cylindrical-coordinate representation of color #19DC2B: hue angle of 125.54º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DC2B is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 25 220 43 -
CMYK 0.89 0 0.80 0.14
HSL 125.54º 0.8% 0.48% -
HSV(B) 125.54º 0.89% 0.86% -
XYZ 26.43 51.57 10.85 -
YUV 141.52 72.4 44.89 -
System Red Green Blue C M Y K H S L
Decimal 25 220 43 0.89 0 0.80 0.14 125.54 0.8 0.48
Hex 19 DC 2B 59 0 50 E 7E 50 30
Octal 31 334 53 131 0 120 16 176 120 60
Binary 11001 11011100 101011 1011001 0 1010000 1110 1111110 1010000 110000

Color Harmonies of #19DC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DC2B

Black with #19DC2B

Text Example


Text Example

White with #19DC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19DC2B; }

 p { color: rgb(25,220,43); }

 H1.HeaderClassName
 {
   color: #19DC2B;
 }
 .AnyTagClassName
 {
   color: #19DC2B;
 }
</style>

background-color css

<style>
 a { background-color: #19DC2B; }

 a { background-color: rgb(25,220,43); }

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

border-color css

<style>
 span { border-color: #19DC2B; }

 span { border-color: rgb(25,220,43); }

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