Html Css Color HEX #2DD915 Lime Green

📋 copy color: '#2DD915'

red 45 ◦ green 217 ◦ blue 21

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

Shades of Lime Green #2DD915

Tints of Lime Green #2DD915

RGB

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

 GREEN value IS 217 (85.16% from 255) = 76.68%

 BLUE value IS 21 (8.59% from 255) = 7.42%

R = 15.9%
G = 76.68%
B = 7.42%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#2DD915 (or 0x2DD915) is known color: Lime Green. HEX triplet: 2D, D9 and 15. RGB value is (45,217,21). Sum of RGB (Red+Green+Blue) = 45+217+21=283 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.90% from 283); Green value is 217 (85.16% from 255 or 76.68% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 217 - color contains mainly: green. Hex color #2DD915 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DD915 is #D226EA. Grayscale: #8F8F8F. Windows color (decimal): -13772523 or 1431853. OLE color: 1431853.

HSL color Cylindrical-coordinate representation of color #2DD915: hue angle of 112.65º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2DD915 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 45 217 21 -
CMYK 0.79 0 0.90 0.15
HSL 112.65º 0.82% 0.47% -
HSV(B) 112.65º 0.9% 0.85% -
XYZ 26.03 50.24 9.03 -
YUV 143.23 59.02 57.94 -
System Red Green Blue C M Y K H S L
Decimal 45 217 21 0.79 0 0.90 0.15 112.65 0.82 0.47
Hex 2D D9 15 4F 0 5A F 71 52 2F
Octal 55 331 25 117 0 132 17 161 122 57
Binary 101101 11011001 10101 1001111 0 1011010 1111 1110001 1010010 101111

Color Harmonies of #2DD915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD915

Black with #2DD915

Text Example


Text Example

White with #2DD915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,217,21); }

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

background-color css

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

 a { background-color: rgb(45,217,21); }

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

border-color css

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

 span { border-color: rgb(45,217,21); }

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