Html Css Color HEX #1CD816 Lime Green

📋 copy color: '#1CD816'

red 28 ◦ green 216 ◦ blue 22

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

Shades of Lime Green #1CD816

Tints of Lime Green #1CD816

RGB

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

 GREEN value IS 216 (84.77% from 255) = 81.2%

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

R = 10.53%
G = 81.2%
B = 8.27%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#1CD816 (or 0x1CD816) is known color: Lime Green. HEX triplet: 1C, D8 and 16. RGB value is (28,216,22). Sum of RGB (Red+Green+Blue) = 28+216+22=266 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.53% from 266); Green value is 216 (84.77% from 255 or 81.20% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 216 - color contains mainly: green. Hex color #1CD816 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CD816 is #E327E9. Grayscale: #8A8A8A. Windows color (decimal): -14886890 or 1497116. OLE color: 1497116.

HSL color Cylindrical-coordinate representation of color #1CD816: hue angle of 118.14º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1CD816 is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 28 216 22 -
CMYK 0.87 0 0.90 0.15
HSL 118.14º 0.82% 0.47% -
HSV(B) 118.14º 0.9% 0.85% -
XYZ 25.18 49.42 8.97 -
YUV 137.67 62.72 49.77 -
System Red Green Blue C M Y K H S L
Decimal 28 216 22 0.87 0 0.90 0.15 118.14 0.82 0.47
Hex 1C D8 16 57 0 5A F 76 52 2F
Octal 34 330 26 127 0 132 17 166 122 57
Binary 11100 11011000 10110 1010111 0 1011010 1111 1110110 1010010 101111

Color Harmonies of #1CD816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD816

Black with #1CD816

Text Example


Text Example

White with #1CD816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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