Html Css Color HEX #19C30F Lime Green

📋 copy color: '#19C30F'

red 25 ◦ green 195 ◦ blue 15

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

Shades of Lime Green #19C30F

Tints of Lime Green #19C30F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 82.98%

 BLUE value IS 15 (6.25% from 255) = 6.38%

R = 10.64%
G = 82.98%
B = 6.38%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#19C30F (or 0x19C30F) is known color: Lime Green. HEX triplet: 19, C3 and 0F. RGB value is (25,195,15). Sum of RGB (Red+Green+Blue) = 25+195+15=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 195 (76.56% from 255 or 82.98% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 195 - color contains mainly: green. Hex color #19C30F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19C30F is #E63CF0. Grayscale: #7C7C7C. Windows color (decimal): -15088881 or 1032985. OLE color: 1032985.

HSL color Cylindrical-coordinate representation of color #19C30F: hue angle of 116.67º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #19C30F is Cyan = 0.87, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 25 195 15 -
CMYK 0.87 0 0.92 0.24
HSL 116.67º 0.86% 0.41% -
HSV(B) 116.67º 0.92% 0.76% -
XYZ 20 39.27 6.98 -
YUV 123.65 66.68 57.64 -
System Red Green Blue C M Y K H S L
Decimal 25 195 15 0.87 0 0.92 0.24 116.67 0.86 0.41
Hex 19 C3 F 57 0 5C 18 75 56 29
Octal 31 303 17 127 0 134 30 165 126 51
Binary 11001 11000011 1111 1010111 0 1011100 11000 1110101 1010110 101001

Color Harmonies of #19C30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19C30F

Black with #19C30F

Text Example


Text Example

White with #19C30F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,195,15); }

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

background-color css

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

 a { background-color: rgb(25,195,15); }

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

border-color css

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

 span { border-color: rgb(25,195,15); }

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