Html Css Color HEX #1CCD07 Lime Green

📋 copy color: '#1CCD07'

red 28 ◦ green 205 ◦ blue 7

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

Shades of Lime Green #1CCD07

Tints of Lime Green #1CCD07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.92%

R = 11.67%
G = 85.42%
B = 2.92%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#1CCD07 (or 0x1CCD07) is known color: Lime Green. HEX triplet: 1C, CD and 07. RGB value is (28,205,7). Sum of RGB (Red+Green+Blue) = 28+205+7=240 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.67% from 240); Green value is 205 (80.47% from 255 or 85.42% from 240); Blue value is 7 (3.12% from 255 or 2.92% from 240); Max value from RGB is 205 - color contains mainly: green. Hex color #1CCD07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CCD07 is #E332F8. Grayscale: #828282. Windows color (decimal): -14889721 or 511260. OLE color: 511260.

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

Color convert

RGB 28 205 7 -
CMYK 0.86 0 0.97 0.20
HSL 113.64º 0.93% 0.42% -
HSV(B) 113.64º 0.97% 0.8% -
XYZ 22.35 43.92 7.5 -
YUV 129.51 58.86 55.6 -
System Red Green Blue C M Y K H S L
Decimal 28 205 7 0.86 0 0.97 0.20 113.64 0.93 0.42
Hex 1C CD 7 56 0 61 14 72 5D 2A
Octal 34 315 7 126 0 141 24 162 135 52
Binary 11100 11001101 111 1010110 0 1100001 10100 1110010 1011101 101010

Color Harmonies of #1CCD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCD07

Black with #1CCD07

Text Example


Text Example

White with #1CCD07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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