Html Css Color HEX #1CC411 Lime Green

📋 copy color: '#1CC411'

red 28 ◦ green 196 ◦ blue 17

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

Shades of Lime Green #1CC411

Tints of Lime Green #1CC411

RGB

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

 GREEN value IS 196 (76.95% from 255) = 81.33%

 BLUE value IS 17 (7.03% from 255) = 7.05%

R = 11.62%
G = 81.33%
B = 7.05%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#1CC411 (or 0x1CC411) is known color: Lime Green. HEX triplet: 1C, C4 and 11. RGB value is (28,196,17). Sum of RGB (Red+Green+Blue) = 28+196+17=241 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.62% from 241); Green value is 196 (76.95% from 255 or 81.33% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 196 - color contains mainly: green. Hex color #1CC411 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CC411 is #E33BEE. Grayscale: #7D7D7D. Windows color (decimal): -14892015 or 1164316. OLE color: 1164316.

HSL color Cylindrical-coordinate representation of color #1CC411: hue angle of 116.31º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1CC411 is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 28 196 17 -
CMYK 0.86 0 0.91 0.23
HSL 116.31º 0.84% 0.42% -
HSV(B) 116.31º 0.91% 0.77% -
XYZ 20.32 39.77 7.14 -
YUV 125.36 66.84 58.55 -
System Red Green Blue C M Y K H S L
Decimal 28 196 17 0.86 0 0.91 0.23 116.31 0.84 0.42
Hex 1C C4 11 56 0 5B 17 74 54 2A
Octal 34 304 21 126 0 133 27 164 124 52
Binary 11100 11000100 10001 1010110 0 1011011 10111 1110100 1010100 101010

Color Harmonies of #1CC411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC411

Black with #1CC411

Text Example


Text Example

White with #1CC411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,196,17); }

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

background-color css

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

 a { background-color: rgb(28,196,17); }

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

border-color css

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

 span { border-color: rgb(28,196,17); }

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