Html Css Color HEX #1CCA1A Lime Green

📋 copy color: '#1CCA1A'

red 28 ◦ green 202 ◦ blue 26

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

Shades of Lime Green #1CCA1A

Tints of Lime Green #1CCA1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.16%

R = 10.94%
G = 78.91%
B = 10.16%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#1CCA1A (or 0x1CCA1A) is known color: Lime Green. HEX triplet: 1C, CA and 1A. RGB value is (28,202,26). Sum of RGB (Red+Green+Blue) = 28+202+26=256 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.94% from 256); Green value is 202 (79.30% from 255 or 78.91% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCA1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCA1A is #E335E5. Grayscale: #828282. Windows color (decimal): -14890470 or 1755676. OLE color: 1755676.

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

Color convert

RGB 28 202 26 -
CMYK 0.86 0 0.87 0.21
HSL 119.32º 0.77% 0.45% -
HSV(B) 119.32º 0.87% 0.79% -
XYZ 21.79 42.56 8.04 -
YUV 129.91 69.35 55.31 -
System Red Green Blue C M Y K H S L
Decimal 28 202 26 0.86 0 0.87 0.21 119.32 0.77 0.45
Hex 1C CA 1A 56 0 57 15 77 4D 2D
Octal 34 312 32 126 0 127 25 167 115 55
Binary 11100 11001010 11010 1010110 0 1010111 10101 1110111 1001101 101101

Color Harmonies of #1CCA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCA1A

Black with #1CCA1A

Text Example


Text Example

White with #1CCA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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