Html Css Color HEX #1CCC15 Lime Green

📋 copy color: '#1CCC15'

red 28 ◦ green 204 ◦ blue 21

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

Shades of Lime Green #1CCC15

Tints of Lime Green #1CCC15

RGB

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

 GREEN value IS 204 (80.08% from 255) = 80.63%

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

R = 11.07%
G = 80.63%
B = 8.3%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#1CCC15 (or 0x1CCC15) is known color: Lime Green. HEX triplet: 1C, CC and 15. RGB value is (28,204,21). Sum of RGB (Red+Green+Blue) = 28+204+21=253 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.07% from 253); Green value is 204 (80.08% from 255 or 80.63% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCC15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CCC15 is #E333EA. Grayscale: #838383. Windows color (decimal): -14889963 or 1428508. OLE color: 1428508.

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

Color convert

RGB 28 204 21 -
CMYK 0.86 0 0.90 0.2
HSL 117.7º 0.81% 0.44% -
HSV(B) 117.7º 0.9% 0.8% -
XYZ 22.21 43.49 7.93 -
YUV 130.51 66.19 54.88 -
System Red Green Blue C M Y K H S L
Decimal 28 204 21 0.86 0 0.90 0.2 117.7 0.81 0.44
Hex 1C CC 15 56 0 5A 14 76 51 2C
Octal 34 314 25 126 0 132 24 166 121 54
Binary 11100 11001100 10101 1010110 0 1011010 10100 1110110 1010001 101100

Color Harmonies of #1CCC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCC15

Black with #1CCC15

Text Example


Text Example

White with #1CCC15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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