Html Css Color HEX #2DB325 Lime Green

📋 copy color: '#2DB325'

red 45 ◦ green 179 ◦ blue 37

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

Shades of Lime Green #2DB325

Tints of Lime Green #2DB325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.18%

R = 17.24%
G = 68.58%
B = 14.18%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#2DB325 (or 0x2DB325) is known color: Lime Green. HEX triplet: 2D, B3 and 25. RGB value is (45,179,37). Sum of RGB (Red+Green+Blue) = 45+179+37=261 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.24% from 261); Green value is 179 (70.31% from 255 or 68.58% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 179 - color contains mainly: green. Hex color #2DB325 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB325 is #D24CDA. Grayscale: #7B7B7B. Windows color (decimal): -13782235 or 2470701. OLE color: 2470701.

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

Color convert

RGB 45 179 37 -
CMYK 0.75 0 0.79 0.30
HSL 116.62º 0.66% 0.42% -
HSV(B) 116.62º 0.79% 0.7% -
XYZ 17.54 32.93 7.18 -
YUV 122.75 79.61 72.55 -
System Red Green Blue C M Y K H S L
Decimal 45 179 37 0.75 0 0.79 0.30 116.62 0.66 0.42
Hex 2D B3 25 4B 0 4F 1E 75 42 2A
Octal 55 263 45 113 0 117 36 165 102 52
Binary 101101 10110011 100101 1001011 0 1001111 11110 1110101 1000010 101010

Color Harmonies of #2DB325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB325

Black with #2DB325

Text Example


Text Example

White with #2DB325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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