Html Css Color HEX #2ED627 Lime Green

📋 copy color: '#2ED627'

red 46 ◦ green 214 ◦ blue 39

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

Shades of Lime Green #2ED627

Tints of Lime Green #2ED627

RGB

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

 GREEN value IS 214 (83.98% from 255) = 71.57%

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

R = 15.38%
G = 71.57%
B = 13.04%

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

#2ED627 (or 0x2ED627) is known color: Lime Green. HEX triplet: 2E, D6 and 27. RGB value is (46,214,39). Sum of RGB (Red+Green+Blue) = 46+214+39=299 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.38% from 299); Green value is 214 (83.98% from 255 or 71.57% from 299); Blue value is 39 (15.62% from 255 or 13.04% from 299); Max value from RGB is 214 - color contains mainly: green. Hex color #2ED627 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED627 is #D129D8. Grayscale: #909090. Windows color (decimal): -13707737 or 2610734. OLE color: 2610734.

HSL color Cylindrical-coordinate representation of color #2ED627: hue angle of 117.6º 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 #2ED627 is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 46 214 39 -
CMYK 0.79 0 0.82 0.16
HSL 117.6º 0.69% 0.5% -
HSV(B) 117.6º 0.82% 0.84% -
XYZ 25.54 48.82 10 -
YUV 143.82 68.84 58.23 -
System Red Green Blue C M Y K H S L
Decimal 46 214 39 0.79 0 0.82 0.16 117.6 0.69 0.5
Hex 2E D6 27 4F 0 52 10 76 45 32
Octal 56 326 47 117 0 122 20 166 105 62
Binary 101110 11010110 100111 1001111 0 1010010 10000 1110110 1000101 110010

Color Harmonies of #2ED627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED627

Black with #2ED627

Text Example


Text Example

White with #2ED627

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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