Html Css Color HEX #19CC2A Lime Green

📋 copy color: '#19CC2A'

red 25 ◦ green 204 ◦ blue 42

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

Shades of Lime Green #19CC2A

Tints of Lime Green #19CC2A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 75.28%

 BLUE value IS 42 (16.8% from 255) = 15.5%

R = 9.23%
G = 75.28%
B = 15.5%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#19CC2A (or 0x19CC2A) is known color: Lime Green. HEX triplet: 19, CC and 2A. RGB value is (25,204,42). Sum of RGB (Red+Green+Blue) = 25+204+42=271 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.23% from 271); Green value is 204 (80.08% from 255 or 75.28% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 204 - color contains mainly: green. Hex color #19CC2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19CC2A is #E633D5. Grayscale: #848484. Windows color (decimal): -15086550 or 2804761. OLE color: 2804761.

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

Color convert

RGB 25 204 42 -
CMYK 0.88 0 0.79 0.2
HSL 125.7º 0.78% 0.45% -
HSV(B) 125.7º 0.88% 0.8% -
XYZ 22.41 43.56 9.42 -
YUV 132.01 77.2 51.67 -
System Red Green Blue C M Y K H S L
Decimal 25 204 42 0.88 0 0.79 0.2 125.7 0.78 0.45
Hex 19 CC 2A 58 0 4F 14 7E 4E 2D
Octal 31 314 52 130 0 117 24 176 116 55
Binary 11001 11001100 101010 1011000 0 1001111 10100 1111110 1001110 101101

Color Harmonies of #19CC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CC2A

Black with #19CC2A

Text Example


Text Example

White with #19CC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,204,42); }

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

background-color css

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

 a { background-color: rgb(25,204,42); }

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

border-color css

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

 span { border-color: rgb(25,204,42); }

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