Html Css Color HEX #2DDA17 Lime Green

📋 copy color: '#2DDA17'

red 45 ◦ green 218 ◦ blue 23

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

Shades of Lime Green #2DDA17

Tints of Lime Green #2DDA17

RGB

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

 GREEN value IS 218 (85.55% from 255) = 76.22%

 BLUE value IS 23 (9.38% from 255) = 8.04%

R = 15.73%
G = 76.22%
B = 8.04%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#2DDA17 (or 0x2DDA17) is known color: Lime Green. HEX triplet: 2D, DA and 17. RGB value is (45,218,23). Sum of RGB (Red+Green+Blue) = 45+218+23=286 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.73% from 286); Green value is 218 (85.55% from 255 or 76.22% from 286); Blue value is 23 (9.38% from 255 or 8.04% from 286); Max value from RGB is 218 - color contains mainly: green. Hex color #2DDA17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DDA17 is #D225E8. Grayscale: #909090. Windows color (decimal): -13772265 or 1563181. OLE color: 1563181.

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

Color convert

RGB 45 218 23 -
CMYK 0.79 0 0.89 0.15
HSL 113.23º 0.81% 0.47% -
HSV(B) 113.23º 0.89% 0.85% -
XYZ 26.31 50.76 9.22 -
YUV 144.04 59.69 57.36 -
System Red Green Blue C M Y K H S L
Decimal 45 218 23 0.79 0 0.89 0.15 113.23 0.81 0.47
Hex 2D DA 17 4F 0 59 F 71 51 2F
Octal 55 332 27 117 0 131 17 161 121 57
Binary 101101 11011010 10111 1001111 0 1011001 1111 1110001 1010001 101111

Color Harmonies of #2DDA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDA17

Black with #2DDA17

Text Example


Text Example

White with #2DDA17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,218,23); }

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

background-color css

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

 a { background-color: rgb(45,218,23); }

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

border-color css

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

 span { border-color: rgb(45,218,23); }

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