Html Css Color HEX #1ABD2D Lime Green

📋 copy color: '#1ABD2D'

red 26 ◦ green 189 ◦ blue 45

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

Shades of Lime Green #1ABD2D

Tints of Lime Green #1ABD2D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 72.69%

 BLUE value IS 45 (17.97% from 255) = 17.31%

R = 10%
G = 72.69%
B = 17.31%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#1ABD2D (or 0x1ABD2D) is known color: Lime Green. HEX triplet: 1A, BD and 2D. RGB value is (26,189,45). Sum of RGB (Red+Green+Blue) = 26+189+45=260 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10% from 260); Green value is 189 (74.22% from 255 or 72.69% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 189 - color contains mainly: green. Hex color #1ABD2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABD2D is #E542D2. Grayscale: #7C7C7C. Windows color (decimal): -15024851 or 2997530. OLE color: 2997530.

HSL color Cylindrical-coordinate representation of color #1ABD2D: hue angle of 126.99º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABD2D is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 26 189 45 -
CMYK 0.86 0 0.76 0.26
HSL 126.99º 0.76% 0.42% -
HSV(B) 126.99º 0.86% 0.74% -
XYZ 19.1 36.8 8.58 -
YUV 123.85 83.5 58.21 -
System Red Green Blue C M Y K H S L
Decimal 26 189 45 0.86 0 0.76 0.26 126.99 0.76 0.42
Hex 1A BD 2D 56 0 4C 1A 7F 4C 2A
Octal 32 275 55 126 0 114 32 177 114 52
Binary 11010 10111101 101101 1010110 0 1001100 11010 1111111 1001100 101010

Color Harmonies of #1ABD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABD2D

Black with #1ABD2D

Text Example


Text Example

White with #1ABD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,189,45); }

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

background-color css

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

 a { background-color: rgb(26,189,45); }

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

border-color css

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

 span { border-color: rgb(26,189,45); }

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