Html Css Color HEX #2DB420 Lime Green

📋 copy color: '#2DB420'

red 45 ◦ green 180 ◦ blue 32

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

Shades of Lime Green #2DB420

Tints of Lime Green #2DB420

RGB

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

 GREEN value IS 180 (70.7% from 255) = 70.04%

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

R = 17.51%
G = 70.04%
B = 12.45%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#2DB420 (or 0x2DB420) is known color: Lime Green. HEX triplet: 2D, B4 and 20. RGB value is (45,180,32). Sum of RGB (Red+Green+Blue) = 45+180+32=257 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.51% from 257); Green value is 180 (70.70% from 255 or 70.04% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 180 - color contains mainly: green. Hex color #2DB420 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB420 is #D24BDF. Grayscale: #7B7B7B. Windows color (decimal): -13781984 or 2143277. OLE color: 2143277.

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

Color convert

RGB 45 180 32 -
CMYK 0.75 0 0.82 0.29
HSL 114.73º 0.7% 0.42% -
HSV(B) 114.73º 0.82% 0.71% -
XYZ 17.66 33.3 6.86 -
YUV 122.76 76.77 72.53 -
System Red Green Blue C M Y K H S L
Decimal 45 180 32 0.75 0 0.82 0.29 114.73 0.7 0.42
Hex 2D B4 20 4B 0 52 1D 73 46 2A
Octal 55 264 40 113 0 122 35 163 106 52
Binary 101101 10110100 100000 1001011 0 1010010 11101 1110011 1000110 101010

Color Harmonies of #2DB420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB420

Black with #2DB420

Text Example


Text Example

White with #2DB420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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