Html Css Color HEX #10CE1C Lime Green

📋 copy color: '#10CE1C'

red 16 ◦ green 206 ◦ blue 28

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

Shades of Lime Green #10CE1C

Tints of Lime Green #10CE1C

RGB

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

 GREEN value IS 206 (80.86% from 255) = 82.4%

 BLUE value IS 28 (11.33% from 255) = 11.2%

R = 6.4%
G = 82.4%
B = 11.2%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#10CE1C (or 0x10CE1C) is known color: Lime Green. HEX triplet: 10, CE and 1C. RGB value is (16,206,28). Sum of RGB (Red+Green+Blue) = 16+206+28=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 206 (80.86% from 255 or 82.4% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 206 - color contains mainly: green. Hex color #10CE1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10CE1C is #EF31E3. Grayscale: #818181. Windows color (decimal): -15675876 or 1887760. OLE color: 1887760.

HSL color Cylindrical-coordinate representation of color #10CE1C: hue angle of 123.79º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CE1C is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 206 28 -
CMYK 0.92 0 0.86 0.19
HSL 123.79º 0.86% 0.44% -
HSV(B) 123.79º 0.92% 0.81% -
XYZ 22.49 44.34 8.47 -
YUV 128.9 71.05 47.47 -
System Red Green Blue C M Y K H S L
Decimal 16 206 28 0.92 0 0.86 0.19 123.79 0.86 0.44
Hex 10 CE 1C 5C 0 56 13 7C 56 2C
Octal 20 316 34 134 0 126 23 174 126 54
Binary 10000 11001110 11100 1011100 0 1010110 10011 1111100 1010110 101100

Color Harmonies of #10CE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CE1C

Black with #10CE1C

Text Example


Text Example

White with #10CE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,206,28); }

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

background-color css

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

 a { background-color: rgb(16,206,28); }

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

border-color css

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

 span { border-color: rgb(16,206,28); }

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