Html Css Color HEX #2DEE46 Lime Green

📋 copy color: '#2DEE46'

red 45 ◦ green 238 ◦ blue 70

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

Shades of Lime Green #2DEE46

Tints of Lime Green #2DEE46

RGB

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

 GREEN value IS 238 (93.36% from 255) = 67.42%

 BLUE value IS 70 (27.73% from 255) = 19.83%

R = 12.75%
G = 67.42%
B = 19.83%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#2DEE46 (or 0x2DEE46) is known color: Lime Green. HEX triplet: 2D, EE and 46. RGB value is (45,238,70). Sum of RGB (Red+Green+Blue) = 45+238+70=353 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.75% from 353); Green value is 238 (93.36% from 255 or 67.42% from 353); Blue value is 70 (27.73% from 255 or 19.83% from 353); Max value from RGB is 238 - color contains mainly: green. Hex color #2DEE46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DEE46 is #D211B9. Grayscale: #A1A1A1. Windows color (decimal): -13767098 or 4648493. OLE color: 4648493.

HSL color Cylindrical-coordinate representation of color #2DEE46: hue angle of 127.77º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEE46 is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 45 238 70 -
CMYK 0.81 0 0.71 0.07
HSL 127.77º 0.85% 0.55% -
HSV(B) 127.77º 0.81% 0.93% -
XYZ 32.76 62.15 16.06 -
YUV 161.14 76.56 45.16 -
System Red Green Blue C M Y K H S L
Decimal 45 238 70 0.81 0 0.71 0.07 127.77 0.85 0.55
Hex 2D EE 46 51 0 47 7 80 55 37
Octal 55 356 106 121 0 107 7 200 125 67
Binary 101101 11101110 1000110 1010001 0 1000111 111 10000000 1010101 110111

Color Harmonies of #2DEE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DEE46

Black with #2DEE46

Text Example


Text Example

White with #2DEE46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,238,70); }

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

background-color css

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

 a { background-color: rgb(45,238,70); }

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

border-color css

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

 span { border-color: rgb(45,238,70); }

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