Html Css Color HEX #2DB123 Lime Green

📋 copy color: '#2DB123'

red 45 ◦ green 177 ◦ blue 35

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

Shades of Lime Green #2DB123

Tints of Lime Green #2DB123

RGB

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

 GREEN value IS 177 (69.53% from 255) = 68.87%

 BLUE value IS 35 (14.06% from 255) = 13.62%

R = 17.51%
G = 68.87%
B = 13.62%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#2DB123 (or 0x2DB123) is known color: Lime Green. HEX triplet: 2D, B1 and 23. RGB value is (45,177,35). Sum of RGB (Red+Green+Blue) = 45+177+35=257 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.51% from 257); Green value is 177 (69.53% from 255 or 68.87% from 257); Blue value is 35 (14.06% from 255 or 13.62% from 257); Max value from RGB is 177 - color contains mainly: green. Hex color #2DB123 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DB123 is #D24EDC. Grayscale: #797979. Windows color (decimal): -13782749 or 2339117. OLE color: 2339117.

HSL color Cylindrical-coordinate representation of color #2DB123: hue angle of 115.77º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DB123 is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 45 177 35 -
CMYK 0.75 0 0.80 0.31
HSL 115.77º 0.67% 0.42% -
HSV(B) 115.77º 0.8% 0.69% -
XYZ 17.11 32.12 6.89 -
YUV 121.34 79.27 73.55 -
System Red Green Blue C M Y K H S L
Decimal 45 177 35 0.75 0 0.80 0.31 115.77 0.67 0.42
Hex 2D B1 23 4B 0 50 1F 74 43 2A
Octal 55 261 43 113 0 120 37 164 103 52
Binary 101101 10110001 100011 1001011 0 1010000 11111 1110100 1000011 101010

Color Harmonies of #2DB123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB123

Black with #2DB123

Text Example


Text Example

White with #2DB123

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,177,35); }

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

background-color css

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

 a { background-color: rgb(45,177,35); }

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

border-color css

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

 span { border-color: rgb(45,177,35); }

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