Html Css Color HEX #2EEF21 Lime Green

📋 copy color: '#2EEF21'

red 46 ◦ green 239 ◦ blue 33

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

Shades of Lime Green #2EEF21

Tints of Lime Green #2EEF21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.38%

R = 14.47%
G = 75.16%
B = 10.38%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#2EEF21 (or 0x2EEF21) is known color: Lime Green. HEX triplet: 2E, EF and 21. RGB value is (46,239,33). Sum of RGB (Red+Green+Blue) = 46+239+33=318 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.47% from 318); Green value is 239 (93.75% from 255 or 75.16% from 318); Blue value is 33 (13.28% from 255 or 10.38% from 318); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEF21 is #D110DE. Grayscale: #9E9E9E. Windows color (decimal): -13701343 or 2223918. OLE color: 2223918.

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

Color convert

RGB 46 239 33 -
CMYK 0.81 0 0.86 0.06
HSL 116.21º 0.87% 0.53% -
HSV(B) 116.21º 0.86% 0.94% -
XYZ 32.27 62.42 11.79 -
YUV 157.81 57.56 48.25 -
System Red Green Blue C M Y K H S L
Decimal 46 239 33 0.81 0 0.86 0.06 116.21 0.87 0.53
Hex 2E EF 21 51 0 56 6 74 57 35
Octal 56 357 41 121 0 126 6 164 127 65
Binary 101110 11101111 100001 1010001 0 1010110 110 1110100 1010111 110101

Color Harmonies of #2EEF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEF21

Black with #2EEF21

Text Example


Text Example

White with #2EEF21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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