Html Css Color HEX #2DB831 Lime Green

📋 copy color: '#2DB831'

red 45 ◦ green 184 ◦ blue 49

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

Shades of Lime Green #2DB831

Tints of Lime Green #2DB831

RGB

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

 GREEN value IS 184 (72.27% from 255) = 66.19%

 BLUE value IS 49 (19.53% from 255) = 17.63%

R = 16.19%
G = 66.19%
B = 17.63%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#2DB831 (or 0x2DB831) is known color: Lime Green. HEX triplet: 2D, B8 and 31. RGB value is (45,184,49). Sum of RGB (Red+Green+Blue) = 45+184+49=278 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.19% from 278); Green value is 184 (72.27% from 255 or 66.19% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 184 - color contains mainly: green. Hex color #2DB831 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB831 is #D247CE. Grayscale: #7F7F7F. Windows color (decimal): -13780943 or 3258413. OLE color: 3258413.

HSL color Cylindrical-coordinate representation of color #2DB831: hue angle of 121.73º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DB831 is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 45 184 49 -
CMYK 0.76 0 0.73 0.28
HSL 121.73º 0.61% 0.45% -
HSV(B) 121.73º 0.76% 0.72% -
XYZ 18.78 35.06 8.68 -
YUV 127.05 83.95 69.48 -
System Red Green Blue C M Y K H S L
Decimal 45 184 49 0.76 0 0.73 0.28 121.73 0.61 0.45
Hex 2D B8 31 4C 0 49 1C 7A 3D 2D
Octal 55 270 61 114 0 111 34 172 75 55
Binary 101101 10111000 110001 1001100 0 1001001 11100 1111010 111101 101101

Color Harmonies of #2DB831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB831

Black with #2DB831

Text Example


Text Example

White with #2DB831

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,184,49); }

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

background-color css

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

 a { background-color: rgb(45,184,49); }

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

border-color css

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

 span { border-color: rgb(45,184,49); }

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