Html Css Color HEX #1CC70C Lime Green

📋 copy color: '#1CC70C'

red 28 ◦ green 199 ◦ blue 12

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

Shades of Lime Green #1CC70C

Tints of Lime Green #1CC70C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 83.26%

 BLUE value IS 12 (5.08% from 255) = 5.02%

R = 11.72%
G = 83.26%
B = 5.02%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#1CC70C (or 0x1CC70C) is known color: Lime Green. HEX triplet: 1C, C7 and 0C. RGB value is (28,199,12). Sum of RGB (Red+Green+Blue) = 28+199+12=239 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.72% from 239); Green value is 199 (78.12% from 255 or 83.26% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 199 - color contains mainly: green. Hex color #1CC70C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CC70C is #E338F3. Grayscale: #7F7F7F. Windows color (decimal): -14891252 or 837404. OLE color: 837404.

HSL color Cylindrical-coordinate representation of color #1CC70C: hue angle of 114.87º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1CC70C is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 28 199 12 -
CMYK 0.86 0 0.94 0.22
HSL 114.87º 0.89% 0.41% -
HSV(B) 114.87º 0.94% 0.78% -
XYZ 20.97 41.12 7.18 -
YUV 126.55 63.35 57.71 -
System Red Green Blue C M Y K H S L
Decimal 28 199 12 0.86 0 0.94 0.22 114.87 0.89 0.41
Hex 1C C7 C 56 0 5E 16 73 59 29
Octal 34 307 14 126 0 136 26 163 131 51
Binary 11100 11000111 1100 1010110 0 1011110 10110 1110011 1011001 101001

Color Harmonies of #1CC70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC70C

Black with #1CC70C

Text Example


Text Example

White with #1CC70C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,199,12); }

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

background-color css

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

 a { background-color: rgb(28,199,12); }

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

border-color css

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

 span { border-color: rgb(28,199,12); }

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