Html Css Color HEX #1CC016 Lime Green

📋 copy color: '#1CC016'

red 28 ◦ green 192 ◦ blue 22

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

Shades of Lime Green #1CC016

Tints of Lime Green #1CC016

RGB

 RED value IS 28 (11.33% from 255) = 11.57%

 GREEN value IS 192 (75.39% from 255) = 79.34%

 BLUE value IS 22 (8.98% from 255) = 9.09%

R = 11.57%
G = 79.34%
B = 9.09%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#1CC016 (or 0x1CC016) is known color: Lime Green. HEX triplet: 1C, C0 and 16. RGB value is (28,192,22). Sum of RGB (Red+Green+Blue) = 28+192+22=242 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.57% from 242); Green value is 192 (75.39% from 255 or 79.34% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 192 - color contains mainly: green. Hex color #1CC016 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CC016 is #E33FE9. Grayscale: #7C7C7C. Windows color (decimal): -14893034 or 1490972. OLE color: 1490972.

HSL color Cylindrical-coordinate representation of color #1CC016: hue angle of 117.88º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CC016 is Cyan = 0.85, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 28 192 22 -
CMYK 0.85 0 0.89 0.25
HSL 117.88º 0.79% 0.42% -
HSV(B) 117.88º 0.89% 0.75% -
XYZ 19.47 38 7.07 -
YUV 123.58 70.67 59.82 -
System Red Green Blue C M Y K H S L
Decimal 28 192 22 0.85 0 0.89 0.25 117.88 0.79 0.42
Hex 1C C0 16 55 0 59 19 76 4F 2A
Octal 34 300 26 125 0 131 31 166 117 52
Binary 11100 11000000 10110 1010101 0 1011001 11001 1110110 1001111 101010

Color Harmonies of #1CC016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC016

Black with #1CC016

Text Example


Text Example

White with #1CC016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CC016; }

 p { color: rgb(28,192,22); }

 H1.HeaderClassName
 {
   color: #1CC016;
 }
 .AnyTagClassName
 {
   color: #1CC016;
 }
</style>

background-color css

<style>
 a { background-color: #1CC016; }

 a { background-color: rgb(28,192,22); }

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

border-color css

<style>
 span { border-color: #1CC016; }

 span { border-color: rgb(28,192,22); }

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