Html Css Color HEX #2DE112 Lime Green

📋 copy color: '#2DE112'

red 45 ◦ green 225 ◦ blue 18

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

Shades of Lime Green #2DE112

Tints of Lime Green #2DE112

RGB

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

 GREEN value IS 225 (88.28% from 255) = 78.13%

 BLUE value IS 18 (7.42% from 255) = 6.25%

R = 15.63%
G = 78.13%
B = 6.25%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#2DE112 (or 0x2DE112) is known color: Lime Green. HEX triplet: 2D, E1 and 12. RGB value is (45,225,18). Sum of RGB (Red+Green+Blue) = 45+225+18=288 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.62% from 288); Green value is 225 (88.28% from 255 or 78.12% from 288); Blue value is 18 (7.42% from 255 or 6.25% from 288); Max value from RGB is 225 - color contains mainly: green. Hex color #2DE112 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DE112 is #D21EED. Grayscale: #949494. Windows color (decimal): -13770478 or 1237293. OLE color: 1237293.

HSL color Cylindrical-coordinate representation of color #2DE112: hue angle of 112.17º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2DE112 is Cyan = 0.8, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 45 225 18 -
CMYK 0.8 0 0.92 0.12
HSL 112.17º 0.85% 0.48% -
HSV(B) 112.17º 0.92% 0.88% -
XYZ 28.12 54.45 9.6 -
YUV 147.58 54.87 54.83 -
System Red Green Blue C M Y K H S L
Decimal 45 225 18 0.8 0 0.92 0.12 112.17 0.85 0.48
Hex 2D E1 12 50 0 5C C 70 55 30
Octal 55 341 22 120 0 134 14 160 125 60
Binary 101101 11100001 10010 1010000 0 1011100 1100 1110000 1010101 110000

Color Harmonies of #2DE112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE112

Black with #2DE112

Text Example


Text Example

White with #2DE112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,225,18); }

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

background-color css

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

 a { background-color: rgb(45,225,18); }

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

border-color css

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

 span { border-color: rgb(45,225,18); }

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