Html Css Color HEX #2ED727 Lime Green

📋 copy color: '#2ED727'

red 46 ◦ green 215 ◦ blue 39

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

Shades of Lime Green #2ED727

Tints of Lime Green #2ED727

RGB

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

 GREEN value IS 215 (84.38% from 255) = 71.67%

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

R = 15.33%
G = 71.67%
B = 13%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#2ED727 (or 0x2ED727) is known color: Lime Green. HEX triplet: 2E, D7 and 27. RGB value is (46,215,39). Sum of RGB (Red+Green+Blue) = 46+215+39=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 215 (84.38% from 255 or 71.67% from 300); Blue value is 39 (15.62% from 255 or 13% from 300); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED727 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED727 is #D128D8. Grayscale: #909090. Windows color (decimal): -13707481 or 2610990. OLE color: 2610990.

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

Color convert

RGB 46 215 39 -
CMYK 0.79 0 0.82 0.16
HSL 117.61º 0.69% 0.5% -
HSV(B) 117.61º 0.82% 0.84% -
XYZ 25.79 49.33 10.08 -
YUV 144.41 68.51 57.81 -
System Red Green Blue C M Y K H S L
Decimal 46 215 39 0.79 0 0.82 0.16 117.61 0.69 0.5
Hex 2E D7 27 4F 0 52 10 76 45 32
Octal 56 327 47 117 0 122 20 166 105 62
Binary 101110 11010111 100111 1001111 0 1010010 10000 1110110 1000101 110010

Color Harmonies of #2ED727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED727

Black with #2ED727

Text Example


Text Example

White with #2ED727

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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