Html Css Color HEX #1CD916 Lime Green

📋 copy color: '#1CD916'

red 28 ◦ green 217 ◦ blue 22

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

Shades of Lime Green #1CD916

Tints of Lime Green #1CD916

RGB

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

 GREEN value IS 217 (85.16% from 255) = 81.27%

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

R = 10.49%
G = 81.27%
B = 8.24%

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

#1CD916 (or 0x1CD916) is known color: Lime Green. HEX triplet: 1C, D9 and 16. RGB value is (28,217,22). Sum of RGB (Red+Green+Blue) = 28+217+22=267 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.49% from 267); Green value is 217 (85.16% from 255 or 81.27% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 217 - color contains mainly: green. Hex color #1CD916 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CD916 is #E326E9. Grayscale: #8A8A8A. Windows color (decimal): -14886634 or 1497372. OLE color: 1497372.

HSL color Cylindrical-coordinate representation of color #1CD916: hue angle of 118.15º 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 #1CD916 is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 28 217 22 -
CMYK 0.87 0 0.90 0.15
HSL 118.15º 0.82% 0.47% -
HSV(B) 118.15º 0.9% 0.85% -
XYZ 25.44 49.93 9.06 -
YUV 138.26 62.38 49.36 -
System Red Green Blue C M Y K H S L
Decimal 28 217 22 0.87 0 0.90 0.15 118.15 0.82 0.47
Hex 1C D9 16 57 0 5A F 76 52 2F
Octal 34 331 26 127 0 132 17 166 122 57
Binary 11100 11011001 10110 1010111 0 1011010 1111 1110110 1010010 101111

Color Harmonies of #1CD916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD916

Black with #1CD916

Text Example


Text Example

White with #1CD916

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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