Html Css Color HEX #2DB721 Lime Green

📋 copy color: '#2DB721'

red 45 ◦ green 183 ◦ blue 33

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

Shades of Lime Green #2DB721

Tints of Lime Green #2DB721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.64%

R = 17.24%
G = 70.11%
B = 12.64%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#2DB721 (or 0x2DB721) is known color: Lime Green. HEX triplet: 2D, B7 and 21. RGB value is (45,183,33). Sum of RGB (Red+Green+Blue) = 45+183+33=261 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.24% from 261); Green value is 183 (71.88% from 255 or 70.11% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB721 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB721 is #D248DE. Grayscale: #7D7D7D. Windows color (decimal): -13781215 or 2209581. OLE color: 2209581.

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

Color convert

RGB 45 183 33 -
CMYK 0.75 0 0.82 0.28
HSL 115.2º 0.69% 0.42% -
HSV(B) 115.2º 0.82% 0.72% -
XYZ 18.29 34.53 7.14 -
YUV 124.64 76.28 71.2 -
System Red Green Blue C M Y K H S L
Decimal 45 183 33 0.75 0 0.82 0.28 115.2 0.69 0.42
Hex 2D B7 21 4B 0 52 1C 73 45 2A
Octal 55 267 41 113 0 122 34 163 105 52
Binary 101101 10110111 100001 1001011 0 1010010 11100 1110011 1000101 101010

Color Harmonies of #2DB721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB721

Black with #2DB721

Text Example


Text Example

White with #2DB721

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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