Html Css Color HEX #19CD0C Lime Green

📋 copy color: '#19CD0C'

red 25 ◦ green 205 ◦ blue 12

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

Shades of Lime Green #19CD0C

Tints of Lime Green #19CD0C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 84.71%

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

R = 10.33%
G = 84.71%
B = 4.96%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#19CD0C (or 0x19CD0C) is known color: Lime Green. HEX triplet: 19, CD and 0C. RGB value is (25,205,12). Sum of RGB (Red+Green+Blue) = 25+205+12=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 205 (80.47% from 255 or 84.71% from 242); Blue value is 12 (5.08% from 255 or 4.96% from 242); Max value from RGB is 205 - color contains mainly: green. Hex color #19CD0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19CD0C is #E632F3. Grayscale: #818181. Windows color (decimal): -15086324 or 838937. OLE color: 838937.

HSL color Cylindrical-coordinate representation of color #19CD0C: hue angle of 115.96º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #19CD0C is Cyan = 0.88, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB 25 205 12 -
CMYK 0.88 0 0.94 0.20
HSL 115.96º 0.89% 0.43% -
HSV(B) 115.96º 0.94% 0.8% -
XYZ 22.3 43.9 7.65 -
YUV 129.18 61.87 53.69 -
System Red Green Blue C M Y K H S L
Decimal 25 205 12 0.88 0 0.94 0.20 115.96 0.89 0.43
Hex 19 CD C 58 0 5E 14 74 59 2B
Octal 31 315 14 130 0 136 24 164 131 53
Binary 11001 11001101 1100 1011000 0 1011110 10100 1110100 1011001 101011

Color Harmonies of #19CD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CD0C

Black with #19CD0C

Text Example


Text Example

White with #19CD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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