Html Css Color HEX #2DD715 Lime Green

📋 copy color: '#2DD715'

red 45 ◦ green 215 ◦ blue 21

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

Shades of Lime Green #2DD715

Tints of Lime Green #2DD715

RGB

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

 GREEN value IS 215 (84.38% from 255) = 76.51%

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

R = 16.01%
G = 76.51%
B = 7.47%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#2DD715 (or 0x2DD715) is known color: Lime Green. HEX triplet: 2D, D7 and 15. RGB value is (45,215,21). Sum of RGB (Red+Green+Blue) = 45+215+21=281 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.01% from 281); Green value is 215 (84.38% from 255 or 76.51% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 215 - color contains mainly: green. Hex color #2DD715 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DD715 is #D228EA. Grayscale: #8E8E8E. Windows color (decimal): -13773035 or 1431341. OLE color: 1431341.

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

Color convert

RGB 45 215 21 -
CMYK 0.79 0 0.90 0.16
HSL 112.58º 0.82% 0.46% -
HSV(B) 112.58º 0.9% 0.84% -
XYZ 25.52 49.21 8.86 -
YUV 142.05 59.68 58.77 -
System Red Green Blue C M Y K H S L
Decimal 45 215 21 0.79 0 0.90 0.16 112.58 0.82 0.46
Hex 2D D7 15 4F 0 5A 10 71 52 2E
Octal 55 327 25 117 0 132 20 161 122 56
Binary 101101 11010111 10101 1001111 0 1011010 10000 1110001 1010010 101110

Color Harmonies of #2DD715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD715

Black with #2DD715

Text Example


Text Example

White with #2DD715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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