Html Css Color HEX #2DB722 Lime Green

📋 copy color: '#2DB722'

red 45 ◦ green 183 ◦ blue 34

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

Shades of Lime Green #2DB722

Tints of Lime Green #2DB722

RGB

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

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

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

R = 17.18%
G = 69.85%
B = 12.98%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#2DB722 (or 0x2DB722) is known color: Lime Green. HEX triplet: 2D, B7 and 22. RGB value is (45,183,34). Sum of RGB (Red+Green+Blue) = 45+183+34=262 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.18% from 262); Green value is 183 (71.88% from 255 or 69.85% from 262); Blue value is 34 (13.67% from 255 or 12.98% from 262); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB722 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB722 is #D248DD. Grayscale: #7D7D7D. Windows color (decimal): -13781214 or 2275117. OLE color: 2275117.

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

Color convert

RGB 45 183 34 -
CMYK 0.75 0 0.81 0.28
HSL 115.57º 0.69% 0.43% -
HSV(B) 115.57º 0.81% 0.72% -
XYZ 18.3 34.54 7.22 -
YUV 124.75 76.78 71.12 -
System Red Green Blue C M Y K H S L
Decimal 45 183 34 0.75 0 0.81 0.28 115.57 0.69 0.43
Hex 2D B7 22 4B 0 51 1C 74 45 2B
Octal 55 267 42 113 0 121 34 164 105 53
Binary 101101 10110111 100010 1001011 0 1010001 11100 1110100 1000101 101011

Color Harmonies of #2DB722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB722

Black with #2DB722

Text Example


Text Example

White with #2DB722

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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