Html Css Color HEX #1CCD15 Lime Green

📋 copy color: '#1CCD15'

red 28 ◦ green 205 ◦ blue 21

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

Shades of Lime Green #1CCD15

Tints of Lime Green #1CCD15

RGB

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

 GREEN value IS 205 (80.47% from 255) = 80.71%

 BLUE value IS 21 (8.59% from 255) = 8.27%

R = 11.02%
G = 80.71%
B = 8.27%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#1CCD15 (or 0x1CCD15) is known color: Lime Green. HEX triplet: 1C, CD and 15. RGB value is (28,205,21). Sum of RGB (Red+Green+Blue) = 28+205+21=254 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.02% from 254); Green value is 205 (80.47% from 255 or 80.71% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 205 - color contains mainly: green. Hex color #1CCD15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CCD15 is #E332EA. Grayscale: #838383. Windows color (decimal): -14889707 or 1428764. OLE color: 1428764.

HSL color Cylindrical-coordinate representation of color #1CCD15: hue angle of 117.72º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1CCD15 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 28 205 21 -
CMYK 0.86 0 0.90 0.20
HSL 117.72º 0.81% 0.44% -
HSV(B) 117.72º 0.9% 0.8% -
XYZ 22.45 43.96 8.01 -
YUV 131.1 65.86 54.46 -
System Red Green Blue C M Y K H S L
Decimal 28 205 21 0.86 0 0.90 0.20 117.72 0.81 0.44
Hex 1C CD 15 56 0 5A 14 76 51 2C
Octal 34 315 25 126 0 132 24 166 121 54
Binary 11100 11001101 10101 1010110 0 1011010 10100 1110110 1010001 101100

Color Harmonies of #1CCD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCD15

Black with #1CCD15

Text Example


Text Example

White with #1CCD15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,205,21); }

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

background-color css

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

 a { background-color: rgb(28,205,21); }

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

border-color css

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

 span { border-color: rgb(28,205,21); }

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