Html Css Color HEX #2DB719 Lime Green

📋 copy color: '#2DB719'

red 45 ◦ green 183 ◦ blue 25

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

Shades of Lime Green #2DB719

Tints of Lime Green #2DB719

RGB

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

 GREEN value IS 183 (71.88% from 255) = 72.33%

 BLUE value IS 25 (10.16% from 255) = 9.88%

R = 17.79%
G = 72.33%
B = 9.88%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#2DB719 (or 0x2DB719) is known color: Lime Green. HEX triplet: 2D, B7 and 19. RGB value is (45,183,25). Sum of RGB (Red+Green+Blue) = 45+183+25=253 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.79% from 253); Green value is 183 (71.88% from 255 or 72.33% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB719 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB719 is #D248E6. Grayscale: #7C7C7C. Windows color (decimal): -13781223 or 1685293. OLE color: 1685293.

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

Color convert

RGB 45 183 25 -
CMYK 0.75 0 0.86 0.28
HSL 112.41º 0.76% 0.41% -
HSV(B) 112.41º 0.86% 0.72% -
XYZ 18.19 34.5 6.62 -
YUV 123.73 72.28 71.85 -
System Red Green Blue C M Y K H S L
Decimal 45 183 25 0.75 0 0.86 0.28 112.41 0.76 0.41
Hex 2D B7 19 4B 0 56 1C 70 4C 29
Octal 55 267 31 113 0 126 34 160 114 51
Binary 101101 10110111 11001 1001011 0 1010110 11100 1110000 1001100 101001

Color Harmonies of #2DB719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB719

Black with #2DB719

Text Example


Text Example

White with #2DB719

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,183,25); }

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

background-color css

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

 a { background-color: rgb(45,183,25); }

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

border-color css

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

 span { border-color: rgb(45,183,25); }

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