Html Css Color HEX #19C30D Lime Green

📋 copy color: '#19C30D'

red 25 ◦ green 195 ◦ blue 13

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

Shades of Lime Green #19C30D

Tints of Lime Green #19C30D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.58%

R = 10.73%
G = 83.69%
B = 5.58%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#19C30D (or 0x19C30D) is known color: Lime Green. HEX triplet: 19, C3 and 0D. RGB value is (25,195,13). Sum of RGB (Red+Green+Blue) = 25+195+13=233 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.73% from 233); Green value is 195 (76.56% from 255 or 83.69% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 195 - color contains mainly: green. Hex color #19C30D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19C30D is #E63CF2. Grayscale: #7B7B7B. Windows color (decimal): -15088883 or 901913. OLE color: 901913.

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

Color convert

RGB 25 195 13 -
CMYK 0.87 0 0.93 0.24
HSL 116.04º 0.88% 0.41% -
HSV(B) 116.04º 0.93% 0.76% -
XYZ 19.99 39.27 6.91 -
YUV 123.42 65.68 57.8 -
System Red Green Blue C M Y K H S L
Decimal 25 195 13 0.87 0 0.93 0.24 116.04 0.88 0.41
Hex 19 C3 D 57 0 5D 18 74 58 29
Octal 31 303 15 127 0 135 30 164 130 51
Binary 11001 11000011 1101 1010111 0 1011101 11000 1110100 1011000 101001

Color Harmonies of #19C30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19C30D

Black with #19C30D

Text Example


Text Example

White with #19C30D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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