Html Css Color HEX #2EEF27 Lime Green

📋 copy color: '#2EEF27'

red 46 ◦ green 239 ◦ blue 39

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

Shades of Lime Green #2EEF27

Tints of Lime Green #2EEF27

RGB

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

 GREEN value IS 239 (93.75% from 255) = 73.77%

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

R = 14.2%
G = 73.77%
B = 12.04%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#2EEF27 (or 0x2EEF27) is known color: Lime Green. HEX triplet: 2E, EF and 27. RGB value is (46,239,39). Sum of RGB (Red+Green+Blue) = 46+239+39=324 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.20% from 324); Green value is 239 (93.75% from 255 or 73.77% from 324); Blue value is 39 (15.62% from 255 or 12.04% from 324); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF27 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEF27 is #D110D8. Grayscale: #9F9F9F. Windows color (decimal): -13701337 or 2617134. OLE color: 2617134.

HSL color Cylindrical-coordinate representation of color #2EEF27: hue angle of 117.9º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2EEF27 is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.06.

Color convert

RGB 46 239 39 -
CMYK 0.81 0 0.84 0.06
HSL 117.9º 0.86% 0.55% -
HSV(B) 117.9º 0.84% 0.94% -
XYZ 32.36 62.46 12.27 -
YUV 158.49 60.56 47.76 -
System Red Green Blue C M Y K H S L
Decimal 46 239 39 0.81 0 0.84 0.06 117.9 0.86 0.55
Hex 2E EF 27 51 0 54 6 76 56 37
Octal 56 357 47 121 0 124 6 166 126 67
Binary 101110 11101111 100111 1010001 0 1010100 110 1110110 1010110 110111

Color Harmonies of #2EEF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEF27

Black with #2EEF27

Text Example


Text Example

White with #2EEF27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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