Html Css Color HEX #19D020 Lime Green

📋 copy color: '#19D020'

red 25 ◦ green 208 ◦ blue 32

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

Shades of Lime Green #19D020

Tints of Lime Green #19D020

RGB

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

 GREEN value IS 208 (81.64% from 255) = 78.49%

 BLUE value IS 32 (12.89% from 255) = 12.08%

R = 9.43%
G = 78.49%
B = 12.08%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#19D020 (or 0x19D020) is known color: Lime Green. HEX triplet: 19, D0 and 20. RGB value is (25,208,32). Sum of RGB (Red+Green+Blue) = 25+208+32=265 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.43% from 265); Green value is 208 (81.64% from 255 or 78.49% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 208 - color contains mainly: green. Hex color #19D020 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19D020 is #E62FDF. Grayscale: #858585. Windows color (decimal): -15085536 or 2150425. OLE color: 2150425.

HSL color Cylindrical-coordinate representation of color #19D020: hue angle of 122.3º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19D020 is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 25 208 32 -
CMYK 0.88 0 0.85 0.18
HSL 122.3º 0.79% 0.46% -
HSV(B) 122.3º 0.88% 0.82% -
XYZ 23.22 45.42 8.91 -
YUV 133.22 70.87 50.81 -
System Red Green Blue C M Y K H S L
Decimal 25 208 32 0.88 0 0.85 0.18 122.3 0.79 0.46
Hex 19 D0 20 58 0 55 12 7A 4F 2E
Octal 31 320 40 130 0 125 22 172 117 56
Binary 11001 11010000 100000 1011000 0 1010101 10010 1111010 1001111 101110

Color Harmonies of #19D020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19D020

Black with #19D020

Text Example


Text Example

White with #19D020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,208,32); }

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

background-color css

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

 a { background-color: rgb(25,208,32); }

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

border-color css

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

 span { border-color: rgb(25,208,32); }

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