Html Css Color HEX #2DB921 Lime Green

📋 copy color: '#2DB921'

red 45 ◦ green 185 ◦ blue 33

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

Shades of Lime Green #2DB921

Tints of Lime Green #2DB921

RGB

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

 GREEN value IS 185 (72.66% from 255) = 70.34%

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

R = 17.11%
G = 70.34%
B = 12.55%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#2DB921 (or 0x2DB921) is known color: Lime Green. HEX triplet: 2D, B9 and 21. RGB value is (45,185,33). Sum of RGB (Red+Green+Blue) = 45+185+33=263 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.11% from 263); Green value is 185 (72.66% from 255 or 70.34% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 185 - color contains mainly: green. Hex color #2DB921 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB921 is #D246DE. Grayscale: #7E7E7E. Windows color (decimal): -13780703 or 2210093. OLE color: 2210093.

HSL color Cylindrical-coordinate representation of color #2DB921: hue angle of 115.26º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DB921 is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 45 185 33 -
CMYK 0.76 0 0.82 0.27
HSL 115.26º 0.7% 0.43% -
HSV(B) 115.26º 0.82% 0.73% -
XYZ 18.71 35.37 7.28 -
YUV 125.81 75.62 70.36 -
System Red Green Blue C M Y K H S L
Decimal 45 185 33 0.76 0 0.82 0.27 115.26 0.7 0.43
Hex 2D B9 21 4C 0 52 1B 73 46 2B
Octal 55 271 41 114 0 122 33 163 106 53
Binary 101101 10111001 100001 1001100 0 1010010 11011 1110011 1000110 101011

Color Harmonies of #2DB921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB921

Black with #2DB921

Text Example


Text Example

White with #2DB921

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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