Html Css Color HEX #19C30C Lime Green

📋 copy color: '#19C30C'

red 25 ◦ green 195 ◦ blue 12

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

Shades of Lime Green #19C30C

Tints of Lime Green #19C30C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.17%

R = 10.78%
G = 84.05%
B = 5.17%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#19C30C (or 0x19C30C) is known color: Lime Green. HEX triplet: 19, C3 and 0C. RGB value is (25,195,12). Sum of RGB (Red+Green+Blue) = 25+195+12=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 195 (76.56% from 255 or 84.05% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 195 - color contains mainly: green. Hex color #19C30C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19C30C is #E63CF3. Grayscale: #7B7B7B. Windows color (decimal): -15088884 or 836377. OLE color: 836377.

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

Color convert

RGB 25 195 12 -
CMYK 0.87 0 0.94 0.24
HSL 115.74º 0.88% 0.41% -
HSV(B) 115.74º 0.94% 0.76% -
XYZ 19.98 39.26 6.87 -
YUV 123.31 65.18 57.88 -
System Red Green Blue C M Y K H S L
Decimal 25 195 12 0.87 0 0.94 0.24 115.74 0.88 0.41
Hex 19 C3 C 57 0 5E 18 74 58 29
Octal 31 303 14 127 0 136 30 164 130 51
Binary 11001 11000011 1100 1010111 0 1011110 11000 1110100 1011000 101001

Color Harmonies of #19C30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19C30C

Black with #19C30C

Text Example


Text Example

White with #19C30C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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