Html Css Color HEX #1CC117 Lime Green

📋 copy color: '#1CC117'

red 28 ◦ green 193 ◦ blue 23

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

Shades of Lime Green #1CC117

Tints of Lime Green #1CC117

RGB

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

 GREEN value IS 193 (75.78% from 255) = 79.1%

 BLUE value IS 23 (9.38% from 255) = 9.43%

R = 11.48%
G = 79.1%
B = 9.43%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#1CC117 (or 0x1CC117) is known color: Lime Green. HEX triplet: 1C, C1 and 17. RGB value is (28,193,23). Sum of RGB (Red+Green+Blue) = 28+193+23=244 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.48% from 244); Green value is 193 (75.78% from 255 or 79.10% from 244); Blue value is 23 (9.38% from 255 or 9.43% from 244); Max value from RGB is 193 - color contains mainly: green. Hex color #1CC117 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CC117 is #E33EE8. Grayscale: #7C7C7C. Windows color (decimal): -14892777 or 1556764. OLE color: 1556764.

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

Color convert

RGB 28 193 23 -
CMYK 0.85 0 0.88 0.24
HSL 118.24º 0.79% 0.42% -
HSV(B) 118.24º 0.88% 0.76% -
XYZ 19.7 38.45 7.19 -
YUV 124.29 70.84 59.32 -
System Red Green Blue C M Y K H S L
Decimal 28 193 23 0.85 0 0.88 0.24 118.24 0.79 0.42
Hex 1C C1 17 55 0 58 18 76 4F 2A
Octal 34 301 27 125 0 130 30 166 117 52
Binary 11100 11000001 10111 1010101 0 1011000 11000 1110110 1001111 101010

Color Harmonies of #1CC117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC117

Black with #1CC117

Text Example


Text Example

White with #1CC117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,193,23); }

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

background-color css

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

 a { background-color: rgb(28,193,23); }

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

border-color css

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

 span { border-color: rgb(28,193,23); }

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