Html Css Color HEX #1CC70D Lime Green

📋 copy color: '#1CC70D'

red 28 ◦ green 199 ◦ blue 13

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

Shades of Lime Green #1CC70D

Tints of Lime Green #1CC70D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.42%

R = 11.67%
G = 82.92%
B = 5.42%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#1CC70D (or 0x1CC70D) is known color: Lime Green. HEX triplet: 1C, C7 and 0D. RGB value is (28,199,13). Sum of RGB (Red+Green+Blue) = 28+199+13=240 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.67% from 240); Green value is 199 (78.12% from 255 or 82.92% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 199 - color contains mainly: green. Hex color #1CC70D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CC70D is #E338F2. Grayscale: #7F7F7F. Windows color (decimal): -14891251 or 902940. OLE color: 902940.

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

Color convert

RGB 28 199 13 -
CMYK 0.86 0 0.93 0.22
HSL 115.16º 0.88% 0.42% -
HSV(B) 115.16º 0.93% 0.78% -
XYZ 20.97 41.12 7.21 -
YUV 126.67 63.85 57.62 -
System Red Green Blue C M Y K H S L
Decimal 28 199 13 0.86 0 0.93 0.22 115.16 0.88 0.42
Hex 1C C7 D 56 0 5D 16 73 58 2A
Octal 34 307 15 126 0 135 26 163 130 52
Binary 11100 11000111 1101 1010110 0 1011101 10110 1110011 1011000 101010

Color Harmonies of #1CC70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC70D

Black with #1CC70D

Text Example


Text Example

White with #1CC70D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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