Html Css Color HEX #2EDA27 Lime Green

📋 copy color: '#2EDA27'

red 46 ◦ green 218 ◦ blue 39

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

Shades of Lime Green #2EDA27

Tints of Lime Green #2EDA27

RGB

 RED value IS 46 (18.36% from 255) = 15.18%

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

 BLUE value IS 39 (15.63% from 255) = 12.87%

R = 15.18%
G = 71.95%
B = 12.87%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#2EDA27 (or 0x2EDA27) is known color: Lime Green. HEX triplet: 2E, DA and 27. RGB value is (46,218,39). Sum of RGB (Red+Green+Blue) = 46+218+39=303 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.18% from 303); Green value is 218 (85.55% from 255 or 71.95% from 303); Blue value is 39 (15.62% from 255 or 12.87% from 303); Max value from RGB is 218 - color contains mainly: green. Hex color #2EDA27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDA27 is #D125D8. Grayscale: #929292. Windows color (decimal): -13706713 or 2611758. OLE color: 2611758.

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

Color convert

RGB 46 218 39 -
CMYK 0.79 0 0.82 0.15
HSL 117.65º 0.71% 0.5% -
HSV(B) 117.65º 0.82% 0.85% -
XYZ 26.56 50.87 10.34 -
YUV 146.17 67.52 56.55 -
System Red Green Blue C M Y K H S L
Decimal 46 218 39 0.79 0 0.82 0.15 117.65 0.71 0.5
Hex 2E DA 27 4F 0 52 F 76 47 32
Octal 56 332 47 117 0 122 17 166 107 62
Binary 101110 11011010 100111 1001111 0 1010010 1111 1110110 1000111 110010

Color Harmonies of #2EDA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDA27

Black with #2EDA27

Text Example


Text Example

White with #2EDA27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,218,39); }

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

background-color css

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

 a { background-color: rgb(46,218,39); }

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

border-color css

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

 span { border-color: rgb(46,218,39); }

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