Html Css Color HEX #2DBD1A Lime Green

📋 copy color: '#2DBD1A'

red 45 ◦ green 189 ◦ blue 26

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

Shades of Lime Green #2DBD1A

Tints of Lime Green #2DBD1A

RGB

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

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

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

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

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #2DBD1A: hue angle of 113.01º 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 #2DBD1A is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 45 189 26 -
CMYK 0.76 0 0.86 0.26
HSL 113.01º 0.76% 0.42% -
HSV(B) 113.01º 0.86% 0.74% -
XYZ 19.47 37.03 7.1 -
YUV 127.36 70.79 69.25 -
System Red Green Blue C M Y K H S L
Decimal 45 189 26 0.76 0 0.86 0.26 113.01 0.76 0.42
Hex 2D BD 1A 4C 0 56 1A 71 4C 2A
Octal 55 275 32 114 0 126 32 161 114 52
Binary 101101 10111101 11010 1001100 0 1010110 11010 1110001 1001100 101010

Color Harmonies of #2DBD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBD1A

Black with #2DBD1A

Text Example


Text Example

White with #2DBD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2DBD1A; }

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

 H1.HeaderClassName
 {
   color: #2DBD1A;
 }
 .AnyTagClassName
 {
   color: #2DBD1A;
 }
</style>

background-color css

<style>
 a { background-color: #2DBD1A; }

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

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

border-color css

<style>
 span { border-color: #2DBD1A; }

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

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