Html Css Color HEX #10CA19 Lime Green

📋 copy color: '#10CA19'

red 16 ◦ green 202 ◦ blue 25

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

Shades of Lime Green #10CA19

Tints of Lime Green #10CA19

RGB

 RED value IS 16 (6.64% from 255) = 6.58%

 GREEN value IS 202 (79.3% from 255) = 83.13%

 BLUE value IS 25 (10.16% from 255) = 10.29%

R = 6.58%
G = 83.13%
B = 10.29%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#10CA19 (or 0x10CA19) is known color: Lime Green. HEX triplet: 10, CA and 19. RGB value is (16,202,25). Sum of RGB (Red+Green+Blue) = 16+202+25=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 202 (79.30% from 255 or 83.13% from 243); Blue value is 25 (10.16% from 255 or 10.29% from 243); Max value from RGB is 202 - color contains mainly: green. Hex color #10CA19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10CA19 is #EF35E6. Grayscale: #7E7E7E. Windows color (decimal): -15676903 or 1690128. OLE color: 1690128.

HSL color Cylindrical-coordinate representation of color #10CA19: hue angle of 122.9º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CA19 is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 16 202 25 -
CMYK 0.92 0 0.88 0.21
HSL 122.9º 0.85% 0.43% -
HSV(B) 122.9º 0.92% 0.79% -
XYZ 21.51 42.42 7.97 -
YUV 126.21 70.88 49.39 -
System Red Green Blue C M Y K H S L
Decimal 16 202 25 0.92 0 0.88 0.21 122.9 0.85 0.43
Hex 10 CA 19 5C 0 58 15 7B 55 2B
Octal 20 312 31 134 0 130 25 173 125 53
Binary 10000 11001010 11001 1011100 0 1011000 10101 1111011 1010101 101011

Color Harmonies of #10CA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CA19

Black with #10CA19

Text Example


Text Example

White with #10CA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10CA19; }

 p { color: rgb(16,202,25); }

 H1.HeaderClassName
 {
   color: #10CA19;
 }
 .AnyTagClassName
 {
   color: #10CA19;
 }
</style>

background-color css

<style>
 a { background-color: #10CA19; }

 a { background-color: rgb(16,202,25); }

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

border-color css

<style>
 span { border-color: #10CA19; }

 span { border-color: rgb(16,202,25); }

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