Html Css Color HEX #1ACD13 Lime Green

📋 copy color: '#1ACD13'

red 26 ◦ green 205 ◦ blue 19

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

Shades of Lime Green #1ACD13

Tints of Lime Green #1ACD13

RGB

 RED value IS 26 (10.55% from 255) = 10.4%

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

 BLUE value IS 19 (7.81% from 255) = 7.6%

R = 10.4%
G = 82%
B = 7.6%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#1ACD13 (or 0x1ACD13) is known color: Lime Green. HEX triplet: 1A, CD and 13. RGB value is (26,205,19). Sum of RGB (Red+Green+Blue) = 26+205+19=250 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.4% from 250); Green value is 205 (80.47% from 255 or 82% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 205 - color contains mainly: green. Hex color #1ACD13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ACD13 is #E532EC. Grayscale: #828282. Windows color (decimal): -15020781 or 1297690. OLE color: 1297690.

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

Color convert

RGB 26 205 19 -
CMYK 0.87 0 0.91 0.20
HSL 117.74º 0.83% 0.44% -
HSV(B) 117.74º 0.91% 0.8% -
XYZ 22.37 43.93 7.92 -
YUV 130.28 65.2 53.62 -
System Red Green Blue C M Y K H S L
Decimal 26 205 19 0.87 0 0.91 0.20 117.74 0.83 0.44
Hex 1A CD 13 57 0 5B 14 76 53 2C
Octal 32 315 23 127 0 133 24 166 123 54
Binary 11010 11001101 10011 1010111 0 1011011 10100 1110110 1010011 101100

Color Harmonies of #1ACD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACD13

Black with #1ACD13

Text Example


Text Example

White with #1ACD13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,205,19); }

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

background-color css

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

 a { background-color: rgb(26,205,19); }

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

border-color css

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

 span { border-color: rgb(26,205,19); }

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