Html Css Color HEX #1CCA0E Lime Green

📋 copy color: '#1CCA0E'

red 28 ◦ green 202 ◦ blue 14

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

Shades of Lime Green #1CCA0E

Tints of Lime Green #1CCA0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.74%

R = 11.48%
G = 82.79%
B = 5.74%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#1CCA0E (or 0x1CCA0E) is known color: Lime Green. HEX triplet: 1C, CA and 0E. RGB value is (28,202,14). Sum of RGB (Red+Green+Blue) = 28+202+14=244 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.48% from 244); Green value is 202 (79.30% from 255 or 82.79% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCA0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CCA0E is #E335F1. Grayscale: #818181. Windows color (decimal): -14890482 or 969244. OLE color: 969244.

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

Color convert

RGB 28 202 14 -
CMYK 0.86 0 0.93 0.21
HSL 115.53º 0.87% 0.42% -
HSV(B) 115.53º 0.93% 0.79% -
XYZ 21.68 42.52 7.48 -
YUV 128.54 63.35 56.29 -
System Red Green Blue C M Y K H S L
Decimal 28 202 14 0.86 0 0.93 0.21 115.53 0.87 0.42
Hex 1C CA E 56 0 5D 15 74 57 2A
Octal 34 312 16 126 0 135 25 164 127 52
Binary 11100 11001010 1110 1010110 0 1011101 10101 1110100 1010111 101010

Color Harmonies of #1CCA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCA0E

Black with #1CCA0E

Text Example


Text Example

White with #1CCA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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