Html Css Color HEX #19CA1E Lime Green

📋 copy color: '#19CA1E'

red 25 ◦ green 202 ◦ blue 30

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

Shades of Lime Green #19CA1E

Tints of Lime Green #19CA1E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 78.6%

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

R = 9.73%
G = 78.6%
B = 11.67%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#19CA1E (or 0x19CA1E) is known color: Lime Green. HEX triplet: 19, CA and 1E. RGB value is (25,202,30). Sum of RGB (Red+Green+Blue) = 25+202+30=257 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.73% from 257); Green value is 202 (79.30% from 255 or 78.60% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 202 - color contains mainly: green. Hex color #19CA1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19CA1E is #E635E1. Grayscale: #818181. Windows color (decimal): -15087074 or 2017817. OLE color: 2017817.

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

Color convert

RGB 25 202 30 -
CMYK 0.88 0 0.85 0.21
HSL 121.69º 0.78% 0.45% -
HSV(B) 121.69º 0.88% 0.79% -
XYZ 21.76 42.54 8.29 -
YUV 129.47 71.86 53.49 -
System Red Green Blue C M Y K H S L
Decimal 25 202 30 0.88 0 0.85 0.21 121.69 0.78 0.45
Hex 19 CA 1E 58 0 55 15 7A 4E 2D
Octal 31 312 36 130 0 125 25 172 116 55
Binary 11001 11001010 11110 1011000 0 1010101 10101 1111010 1001110 101101

Color Harmonies of #19CA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CA1E

Black with #19CA1E

Text Example


Text Example

White with #19CA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,202,30); }

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

background-color css

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

 a { background-color: rgb(25,202,30); }

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

border-color css

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

 span { border-color: rgb(25,202,30); }

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