Html Css Color HEX #19D930 Lime Green

📋 copy color: '#19D930'

red 25 ◦ green 217 ◦ blue 48

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

Shades of Lime Green #19D930

Tints of Lime Green #19D930

RGB

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

 GREEN value IS 217 (85.16% from 255) = 74.83%

 BLUE value IS 48 (19.14% from 255) = 16.55%

R = 8.62%
G = 74.83%
B = 16.55%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#19D930 (or 0x19D930) is known color: Lime Green. HEX triplet: 19, D9 and 30. RGB value is (25,217,48). Sum of RGB (Red+Green+Blue) = 25+217+48=290 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.62% from 290); Green value is 217 (85.16% from 255 or 74.83% from 290); Blue value is 48 (19.14% from 255 or 16.55% from 290); Max value from RGB is 217 - color contains mainly: green. Hex color #19D930 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19D930 is #E626CF. Grayscale: #8C8C8C. Windows color (decimal): -15083216 or 3201305. OLE color: 3201305.

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

Color convert

RGB 25 217 48 -
CMYK 0.88 0 0.78 0.15
HSL 127.19º 0.79% 0.47% -
HSV(B) 127.19º 0.88% 0.85% -
XYZ 25.75 50.05 11.1 -
YUV 140.33 75.89 45.74 -
System Red Green Blue C M Y K H S L
Decimal 25 217 48 0.88 0 0.78 0.15 127.19 0.79 0.47
Hex 19 D9 30 58 0 4E F 7F 4F 2F
Octal 31 331 60 130 0 116 17 177 117 57
Binary 11001 11011001 110000 1011000 0 1001110 1111 1111111 1001111 101111

Color Harmonies of #19D930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19D930

Black with #19D930

Text Example


Text Example

White with #19D930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,217,48); }

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

background-color css

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

 a { background-color: rgb(25,217,48); }

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

border-color css

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

 span { border-color: rgb(25,217,48); }

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