Html Css Color HEX #10CB1A Lime Green

📋 copy color: '#10CB1A'

red 16 ◦ green 203 ◦ blue 26

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

Shades of Lime Green #10CB1A

Tints of Lime Green #10CB1A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 82.86%

 BLUE value IS 26 (10.55% from 255) = 10.61%

R = 6.53%
G = 82.86%
B = 10.61%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#10CB1A (or 0x10CB1A) is known color: Lime Green. HEX triplet: 10, CB and 1A. RGB value is (16,203,26). Sum of RGB (Red+Green+Blue) = 16+203+26=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 203 (79.69% from 255 or 82.86% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 203 - color contains mainly: green. Hex color #10CB1A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10CB1A is #EF34E5. Grayscale: #7F7F7F. Windows color (decimal): -15676646 or 1755920. OLE color: 1755920.

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

Color convert

RGB 16 203 26 -
CMYK 0.92 0 0.87 0.20
HSL 123.21º 0.85% 0.43% -
HSV(B) 123.21º 0.92% 0.8% -
XYZ 21.76 42.9 8.11 -
YUV 126.91 71.05 48.89 -
System Red Green Blue C M Y K H S L
Decimal 16 203 26 0.92 0 0.87 0.20 123.21 0.85 0.43
Hex 10 CB 1A 5C 0 57 14 7B 55 2B
Octal 20 313 32 134 0 127 24 173 125 53
Binary 10000 11001011 11010 1011100 0 1010111 10100 1111011 1010101 101011

Color Harmonies of #10CB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CB1A

Black with #10CB1A

Text Example


Text Example

White with #10CB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,203,26); }

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

background-color css

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

 a { background-color: rgb(16,203,26); }

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

border-color css

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

 span { border-color: rgb(16,203,26); }

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