Html Css Color HEX #1CD016 Lime Green

📋 copy color: '#1CD016'

red 28 ◦ green 208 ◦ blue 22

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

Shades of Lime Green #1CD016

Tints of Lime Green #1CD016

RGB

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

 GREEN value IS 208 (81.64% from 255) = 80.62%

 BLUE value IS 22 (8.98% from 255) = 8.53%

R = 10.85%
G = 80.62%
B = 8.53%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#1CD016 (or 0x1CD016) is known color: Lime Green. HEX triplet: 1C, D0 and 16. RGB value is (28,208,22). Sum of RGB (Red+Green+Blue) = 28+208+22=258 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.85% from 258); Green value is 208 (81.64% from 255 or 80.62% from 258); Blue value is 22 (8.98% from 255 or 8.53% from 258); Max value from RGB is 208 - color contains mainly: green. Hex color #1CD016 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CD016 is #E32FE9. Grayscale: #858585. Windows color (decimal): -14888938 or 1495068. OLE color: 1495068.

HSL color Cylindrical-coordinate representation of color #1CD016: hue angle of 118.06º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CD016 is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 28 208 22 -
CMYK 0.87 0 0.89 0.18
HSL 118.06º 0.81% 0.45% -
HSV(B) 118.06º 0.89% 0.82% -
XYZ 23.18 45.42 8.3 -
YUV 132.98 65.37 53.12 -
System Red Green Blue C M Y K H S L
Decimal 28 208 22 0.87 0 0.89 0.18 118.06 0.81 0.45
Hex 1C D0 16 57 0 59 12 76 51 2D
Octal 34 320 26 127 0 131 22 166 121 55
Binary 11100 11010000 10110 1010111 0 1011001 10010 1110110 1010001 101101

Color Harmonies of #1CD016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD016

Black with #1CD016

Text Example


Text Example

White with #1CD016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,208,22); }

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

background-color css

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

 a { background-color: rgb(28,208,22); }

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

border-color css

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

 span { border-color: rgb(28,208,22); }

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