Html Css Color HEX #1CCC0F Lime Green

📋 copy color: '#1CCC0F'

red 28 ◦ green 204 ◦ blue 15

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

Shades of Lime Green #1CCC0F

Tints of Lime Green #1CCC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.07%

R = 11.34%
G = 82.59%
B = 6.07%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#1CCC0F (or 0x1CCC0F) is known color: Lime Green. HEX triplet: 1C, CC and 0F. RGB value is (28,204,15). Sum of RGB (Red+Green+Blue) = 28+204+15=247 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.34% from 247); Green value is 204 (80.08% from 255 or 82.59% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCC0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CCC0F is #E333F0. Grayscale: #828282. Windows color (decimal): -14889969 or 1035292. OLE color: 1035292.

HSL color Cylindrical-coordinate representation of color #1CCC0F: hue angle of 115.87º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1CCC0F is Cyan = 0.86, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB 28 204 15 -
CMYK 0.86 0 0.93 0.2
HSL 115.87º 0.86% 0.43% -
HSV(B) 115.87º 0.93% 0.8% -
XYZ 22.16 43.47 7.67 -
YUV 129.83 63.19 55.37 -
System Red Green Blue C M Y K H S L
Decimal 28 204 15 0.86 0 0.93 0.2 115.87 0.86 0.43
Hex 1C CC F 56 0 5D 14 74 56 2B
Octal 34 314 17 126 0 135 24 164 126 53
Binary 11100 11001100 1111 1010110 0 1011101 10100 1110100 1010110 101011

Color Harmonies of #1CCC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCC0F

Black with #1CCC0F

Text Example


Text Example

White with #1CCC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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