Html Css Color HEX #1CCD0A Lime Green

📋 copy color: '#1CCD0A'

red 28 ◦ green 205 ◦ blue 10

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

Shades of Lime Green #1CCD0A

Tints of Lime Green #1CCD0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.12%

R = 11.52%
G = 84.36%
B = 4.12%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#1CCD0A (or 0x1CCD0A) is known color: Lime Green. HEX triplet: 1C, CD and 0A. RGB value is (28,205,10). Sum of RGB (Red+Green+Blue) = 28+205+10=243 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.52% from 243); Green value is 205 (80.47% from 255 or 84.36% from 243); Blue value is 10 (4.30% from 255 or 4.12% from 243); Max value from RGB is 205 - color contains mainly: green. Hex color #1CCD0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CCD0A is #E332F5. Grayscale: #828282. Windows color (decimal): -14889718 or 707868. OLE color: 707868.

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

Color convert

RGB 28 205 10 -
CMYK 0.86 0 0.95 0.20
HSL 114.46º 0.91% 0.42% -
HSV(B) 114.46º 0.95% 0.8% -
XYZ 22.37 43.93 7.59 -
YUV 129.85 60.36 55.36 -
System Red Green Blue C M Y K H S L
Decimal 28 205 10 0.86 0 0.95 0.20 114.46 0.91 0.42
Hex 1C CD A 56 0 5F 14 72 5B 2A
Octal 34 315 12 126 0 137 24 162 133 52
Binary 11100 11001101 1010 1010110 0 1011111 10100 1110010 1011011 101010

Color Harmonies of #1CCD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCD0A

Black with #1CCD0A

Text Example


Text Example

White with #1CCD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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