Html Css Color HEX #2DB322 Lime Green

📋 copy color: '#2DB322'

red 45 ◦ green 179 ◦ blue 34

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

Shades of Lime Green #2DB322

Tints of Lime Green #2DB322

RGB

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

 GREEN value IS 179 (70.31% from 255) = 69.38%

 BLUE value IS 34 (13.67% from 255) = 13.18%

R = 17.44%
G = 69.38%
B = 13.18%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#2DB322 (or 0x2DB322) is known color: Lime Green. HEX triplet: 2D, B3 and 22. RGB value is (45,179,34). Sum of RGB (Red+Green+Blue) = 45+179+34=258 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.44% from 258); Green value is 179 (70.31% from 255 or 69.38% from 258); Blue value is 34 (13.67% from 255 or 13.18% from 258); Max value from RGB is 179 - color contains mainly: green. Hex color #2DB322 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB322 is #D24CDD. Grayscale: #7A7A7A. Windows color (decimal): -13782238 or 2274093. OLE color: 2274093.

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

Color convert

RGB 45 179 34 -
CMYK 0.75 0 0.81 0.30
HSL 115.45º 0.68% 0.42% -
HSV(B) 115.45º 0.81% 0.7% -
XYZ 17.49 32.91 6.94 -
YUV 122.4 78.11 72.79 -
System Red Green Blue C M Y K H S L
Decimal 45 179 34 0.75 0 0.81 0.30 115.45 0.68 0.42
Hex 2D B3 22 4B 0 51 1E 73 44 2A
Octal 55 263 42 113 0 121 36 163 104 52
Binary 101101 10110011 100010 1001011 0 1010001 11110 1110011 1000100 101010

Color Harmonies of #2DB322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB322

Black with #2DB322

Text Example


Text Example

White with #2DB322

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,179,34); }

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

background-color css

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

 a { background-color: rgb(45,179,34); }

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

border-color css

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

 span { border-color: rgb(45,179,34); }

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