Html Css Color HEX #1CC118 Lime Green

📋 copy color: '#1CC118'

red 28 ◦ green 193 ◦ blue 24

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

Shades of Lime Green #1CC118

Tints of Lime Green #1CC118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.8%

R = 11.43%
G = 78.78%
B = 9.8%

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

#1CC118 (or 0x1CC118) is known color: Lime Green. HEX triplet: 1C, C1 and 18. RGB value is (28,193,24). Sum of RGB (Red+Green+Blue) = 28+193+24=245 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.43% from 245); Green value is 193 (75.78% from 255 or 78.78% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 193 - color contains mainly: green. Hex color #1CC118 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CC118 is #E33EE7. Grayscale: #7C7C7C. Windows color (decimal): -14892776 or 1622300. OLE color: 1622300.

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

Color convert

RGB 28 193 24 -
CMYK 0.85 0 0.88 0.24
HSL 118.58º 0.78% 0.43% -
HSV(B) 118.58º 0.88% 0.76% -
XYZ 19.71 38.45 7.25 -
YUV 124.4 71.34 59.24 -
System Red Green Blue C M Y K H S L
Decimal 28 193 24 0.85 0 0.88 0.24 118.58 0.78 0.43
Hex 1C C1 18 55 0 58 18 77 4E 2B
Octal 34 301 30 125 0 130 30 167 116 53
Binary 11100 11000001 11000 1010101 0 1011000 11000 1110111 1001110 101011

Color Harmonies of #1CC118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC118

Black with #1CC118

Text Example


Text Example

White with #1CC118

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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