Html Css Color HEX #2DB849 Lime Green

📋 copy color: '#2DB849'

red 45 ◦ green 184 ◦ blue 73

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

Shades of Lime Green #2DB849

Tints of Lime Green #2DB849

RGB

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

 GREEN value IS 184 (72.27% from 255) = 60.93%

 BLUE value IS 73 (28.91% from 255) = 24.17%

R = 14.9%
G = 60.93%
B = 24.17%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#2DB849 (or 0x2DB849) is known color: Lime Green. HEX triplet: 2D, B8 and 49. RGB value is (45,184,73). Sum of RGB (Red+Green+Blue) = 45+184+73=302 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.90% from 302); Green value is 184 (72.27% from 255 or 60.93% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 184 - color contains mainly: green. Hex color #2DB849 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB849 is #D247B6. Grayscale: #828282. Windows color (decimal): -13780919 or 4831277. OLE color: 4831277.

HSL color Cylindrical-coordinate representation of color #2DB849: hue angle of 132.09º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DB849 is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 45 184 73 -
CMYK 0.76 0 0.60 0.28
HSL 132.09º 0.61% 0.45% -
HSV(B) 132.09º 0.76% 0.72% -
XYZ 19.43 35.32 12.1 -
YUV 129.79 95.95 67.53 -
System Red Green Blue C M Y K H S L
Decimal 45 184 73 0.76 0 0.60 0.28 132.09 0.61 0.45
Hex 2D B8 49 4C 0 3C 1C 84 3D 2D
Octal 55 270 111 114 0 74 34 204 75 55
Binary 101101 10111000 1001001 1001100 0 111100 11100 10000100 111101 101101

Color Harmonies of #2DB849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB849

Black with #2DB849

Text Example


Text Example

White with #2DB849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,184,73); }

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

background-color css

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

 a { background-color: rgb(45,184,73); }

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

border-color css

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

 span { border-color: rgb(45,184,73); }

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