Html Css Color HEX #1CCA14 Lime Green

📋 copy color: '#1CCA14'

red 28 ◦ green 202 ◦ blue 20

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

Shades of Lime Green #1CCA14

Tints of Lime Green #1CCA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8%

R = 11.2%
G = 80.8%
B = 8%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#1CCA14 (or 0x1CCA14) is known color: Lime Green. HEX triplet: 1C, CA and 14. RGB value is (28,202,20). Sum of RGB (Red+Green+Blue) = 28+202+20=250 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.2% from 250); Green value is 202 (79.30% from 255 or 80.8% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCA14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CCA14 is #E335EB. Grayscale: #818181. Windows color (decimal): -14890476 or 1362460. OLE color: 1362460.

HSL color Cylindrical-coordinate representation of color #1CCA14: hue angle of 117.36º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1CCA14 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 28 202 20 -
CMYK 0.86 0 0.90 0.21
HSL 117.36º 0.82% 0.44% -
HSV(B) 117.36º 0.9% 0.79% -
XYZ 21.73 42.54 7.73 -
YUV 129.23 66.35 55.8 -
System Red Green Blue C M Y K H S L
Decimal 28 202 20 0.86 0 0.90 0.21 117.36 0.82 0.44
Hex 1C CA 14 56 0 5A 15 75 52 2C
Octal 34 312 24 126 0 132 25 165 122 54
Binary 11100 11001010 10100 1010110 0 1011010 10101 1110101 1010010 101100

Color Harmonies of #1CCA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCA14

Black with #1CCA14

Text Example


Text Example

White with #1CCA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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