Html Css Color HEX #2DB845 Lime Green

📋 copy color: '#2DB845'

red 45 ◦ green 184 ◦ blue 69

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

Shades of Lime Green #2DB845

Tints of Lime Green #2DB845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.15%

R = 15.1%
G = 61.74%
B = 23.15%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#2DB845 (or 0x2DB845) is known color: Lime Green. HEX triplet: 2D, B8 and 45. RGB value is (45,184,69). Sum of RGB (Red+Green+Blue) = 45+184+69=298 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.10% from 298); Green value is 184 (72.27% from 255 or 61.74% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 184 - color contains mainly: green. Hex color #2DB845 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB845 is #D247BA. Grayscale: #818181. Windows color (decimal): -13780923 or 4569133. OLE color: 4569133.

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

Color convert

RGB 45 184 69 -
CMYK 0.76 0 0.62 0.28
HSL 130.36º 0.61% 0.45% -
HSV(B) 130.36º 0.76% 0.72% -
XYZ 19.3 35.27 11.42 -
YUV 129.33 93.95 67.85 -
System Red Green Blue C M Y K H S L
Decimal 45 184 69 0.76 0 0.62 0.28 130.36 0.61 0.45
Hex 2D B8 45 4C 0 3E 1C 82 3D 2D
Octal 55 270 105 114 0 76 34 202 75 55
Binary 101101 10111000 1000101 1001100 0 111110 11100 10000010 111101 101101

Color Harmonies of #2DB845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB845

Black with #2DB845

Text Example


Text Example

White with #2DB845

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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