Html Css Color HEX #2DB924 Lime Green

📋 copy color: '#2DB924'

red 45 ◦ green 185 ◦ blue 36

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

Shades of Lime Green #2DB924

Tints of Lime Green #2DB924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.53%

R = 16.92%
G = 69.55%
B = 13.53%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#2DB924 (or 0x2DB924) is known color: Lime Green. HEX triplet: 2D, B9 and 24. RGB value is (45,185,36). Sum of RGB (Red+Green+Blue) = 45+185+36=266 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.92% from 266); Green value is 185 (72.66% from 255 or 69.55% from 266); Blue value is 36 (14.45% from 255 or 13.53% from 266); Max value from RGB is 185 - color contains mainly: green. Hex color #2DB924 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB924 is #D246DB. Grayscale: #7E7E7E. Windows color (decimal): -13780700 or 2406701. OLE color: 2406701.

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

Color convert

RGB 45 185 36 -
CMYK 0.76 0 0.81 0.27
HSL 116.38º 0.67% 0.43% -
HSV(B) 116.38º 0.81% 0.73% -
XYZ 18.75 35.38 7.51 -
YUV 126.15 77.12 70.12 -
System Red Green Blue C M Y K H S L
Decimal 45 185 36 0.76 0 0.81 0.27 116.38 0.67 0.43
Hex 2D B9 24 4C 0 51 1B 74 43 2B
Octal 55 271 44 114 0 121 33 164 103 53
Binary 101101 10111001 100100 1001100 0 1010001 11011 1110100 1000011 101011

Color Harmonies of #2DB924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB924

Black with #2DB924

Text Example


Text Example

White with #2DB924

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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