Html Css Color HEX #2DE517 Lime Green

📋 copy color: '#2DE517'

red 45 ◦ green 229 ◦ blue 23

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

Shades of Lime Green #2DE517

Tints of Lime Green #2DE517

RGB

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

 GREEN value IS 229 (89.84% from 255) = 77.1%

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

R = 15.15%
G = 77.1%
B = 7.74%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#2DE517 (or 0x2DE517) is known color: Lime Green. HEX triplet: 2D, E5 and 17. RGB value is (45,229,23). Sum of RGB (Red+Green+Blue) = 45+229+23=297 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.15% from 297); Green value is 229 (89.84% from 255 or 77.10% from 297); Blue value is 23 (9.38% from 255 or 7.74% from 297); Max value from RGB is 229 - color contains mainly: green. Hex color #2DE517 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DE517 is #D21AE8. Grayscale: #979797. Windows color (decimal): -13769449 or 1565997. OLE color: 1565997.

HSL color Cylindrical-coordinate representation of color #2DE517: hue angle of 113.59º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2DE517 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.

Color convert

RGB 45 229 23 -
CMYK 0.80 0 0.90 0.10
HSL 113.59º 0.82% 0.49% -
HSV(B) 113.59º 0.9% 0.9% -
XYZ 29.26 56.66 10.2 -
YUV 150.5 56.04 52.75 -
System Red Green Blue C M Y K H S L
Decimal 45 229 23 0.80 0 0.90 0.10 113.59 0.82 0.49
Hex 2D E5 17 50 0 5A A 72 52 31
Octal 55 345 27 120 0 132 12 162 122 61
Binary 101101 11100101 10111 1010000 0 1011010 1010 1110010 1010010 110001

Color Harmonies of #2DE517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE517

Black with #2DE517

Text Example


Text Example

White with #2DE517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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