Html Css Color HEX #1CCA0C Lime Green

📋 copy color: '#1CCA0C'

red 28 ◦ green 202 ◦ blue 12

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

Shades of Lime Green #1CCA0C

Tints of Lime Green #1CCA0C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 83.47%

 BLUE value IS 12 (5.08% from 255) = 4.96%

R = 11.57%
G = 83.47%
B = 4.96%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#1CCA0C (or 0x1CCA0C) is known color: Lime Green. HEX triplet: 1C, CA and 0C. RGB value is (28,202,12). Sum of RGB (Red+Green+Blue) = 28+202+12=242 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.57% from 242); Green value is 202 (79.30% from 255 or 83.47% from 242); Blue value is 12 (5.08% from 255 or 4.96% from 242); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCA0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CCA0C is #E335F3. Grayscale: #808080. Windows color (decimal): -14890484 or 838172. OLE color: 838172.

HSL color Cylindrical-coordinate representation of color #1CCA0C: hue angle of 114.95º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1CCA0C is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 28 202 12 -
CMYK 0.86 0 0.94 0.21
HSL 114.95º 0.89% 0.42% -
HSV(B) 114.95º 0.94% 0.79% -
XYZ 21.67 42.51 7.41 -
YUV 128.31 62.35 56.45 -
System Red Green Blue C M Y K H S L
Decimal 28 202 12 0.86 0 0.94 0.21 114.95 0.89 0.42
Hex 1C CA C 56 0 5E 15 73 59 2A
Octal 34 312 14 126 0 136 25 163 131 52
Binary 11100 11001010 1100 1010110 0 1011110 10101 1110011 1011001 101010

Color Harmonies of #1CCA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCA0C

Black with #1CCA0C

Text Example


Text Example

White with #1CCA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,202,12); }

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

background-color css

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

 a { background-color: rgb(28,202,12); }

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

border-color css

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

 span { border-color: rgb(28,202,12); }

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