Html Css Color HEX #2DB720 Lime Green

📋 copy color: '#2DB720'

red 45 ◦ green 183 ◦ blue 32

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

Shades of Lime Green #2DB720

Tints of Lime Green #2DB720

RGB

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

 GREEN value IS 183 (71.88% from 255) = 70.38%

 BLUE value IS 32 (12.89% from 255) = 12.31%

R = 17.31%
G = 70.38%
B = 12.31%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#2DB720 (or 0x2DB720) is known color: Lime Green. HEX triplet: 2D, B7 and 20. RGB value is (45,183,32). Sum of RGB (Red+Green+Blue) = 45+183+32=260 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.31% from 260); Green value is 183 (71.88% from 255 or 70.38% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB720 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB720 is #D248DF. Grayscale: #7C7C7C. Windows color (decimal): -13781216 or 2144045. OLE color: 2144045.

HSL color Cylindrical-coordinate representation of color #2DB720: hue angle of 114.83º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2DB720 is Cyan = 0.75, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 45 183 32 -
CMYK 0.75 0 0.83 0.28
HSL 114.83º 0.7% 0.42% -
HSV(B) 114.83º 0.83% 0.72% -
XYZ 18.28 34.53 7.07 -
YUV 124.52 75.78 71.28 -
System Red Green Blue C M Y K H S L
Decimal 45 183 32 0.75 0 0.83 0.28 114.83 0.7 0.42
Hex 2D B7 20 4B 0 53 1C 73 46 2A
Octal 55 267 40 113 0 123 34 163 106 52
Binary 101101 10110111 100000 1001011 0 1010011 11100 1110011 1000110 101010

Color Harmonies of #2DB720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB720

Black with #2DB720

Text Example


Text Example

White with #2DB720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,183,32); }

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

background-color css

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

 a { background-color: rgb(45,183,32); }

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

border-color css

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

 span { border-color: rgb(45,183,32); }

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