Html Css Color HEX #19CC2F Lime Green

📋 copy color: '#19CC2F'

red 25 ◦ green 204 ◦ blue 47

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

Shades of Lime Green #19CC2F

Tints of Lime Green #19CC2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.03%

R = 9.06%
G = 73.91%
B = 17.03%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#19CC2F (or 0x19CC2F) is known color: Lime Green. HEX triplet: 19, CC and 2F. RGB value is (25,204,47). Sum of RGB (Red+Green+Blue) = 25+204+47=276 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.06% from 276); Green value is 204 (80.08% from 255 or 73.91% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 204 - color contains mainly: green. Hex color #19CC2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19CC2F is #E633D0. Grayscale: #858585. Windows color (decimal): -15086545 or 3132441. OLE color: 3132441.

HSL color Cylindrical-coordinate representation of color #19CC2F: hue angle of 127.37º 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 #19CC2F is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.2.

Color convert

RGB 25 204 47 -
CMYK 0.88 0 0.77 0.2
HSL 127.37º 0.78% 0.45% -
HSV(B) 127.37º 0.88% 0.8% -
XYZ 22.51 43.6 9.92 -
YUV 132.58 79.7 51.27 -
System Red Green Blue C M Y K H S L
Decimal 25 204 47 0.88 0 0.77 0.2 127.37 0.78 0.45
Hex 19 CC 2F 58 0 4D 14 7F 4E 2D
Octal 31 314 57 130 0 115 24 177 116 55
Binary 11001 11001100 101111 1011000 0 1001101 10100 1111111 1001110 101101

Color Harmonies of #19CC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CC2F

Black with #19CC2F

Text Example


Text Example

White with #19CC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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