Html Css Color HEX #2EF22D Lime Green

📋 copy color: '#2EF22D'

red 46 ◦ green 242 ◦ blue 45

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

Shades of Lime Green #2EF22D

Tints of Lime Green #2EF22D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 72.67%

 BLUE value IS 45 (17.97% from 255) = 13.51%

R = 13.81%
G = 72.67%
B = 13.51%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#2EF22D (or 0x2EF22D) is known color: Lime Green. HEX triplet: 2E, F2 and 2D. RGB value is (46,242,45). Sum of RGB (Red+Green+Blue) = 46+242+45=333 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.81% from 333); Green value is 242 (94.92% from 255 or 72.67% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 242 - color contains mainly: green. Hex color #2EF22D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF22D is #D10DD2. Grayscale: #A1A1A1. Windows color (decimal): -13700563 or 3011118. OLE color: 3011118.

HSL color Cylindrical-coordinate representation of color #2EF22D: hue angle of 119.7º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF22D is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 46 242 45 -
CMYK 0.81 0 0.81 0.05
HSL 119.7º 0.88% 0.56% -
HSV(B) 119.7º 0.81% 0.95% -
XYZ 33.35 64.27 13.13 -
YUV 160.94 62.57 46.02 -
System Red Green Blue C M Y K H S L
Decimal 46 242 45 0.81 0 0.81 0.05 119.7 0.88 0.56
Hex 2E F2 2D 51 0 51 5 78 58 38
Octal 56 362 55 121 0 121 5 170 130 70
Binary 101110 11110010 101101 1010001 0 1010001 101 1111000 1011000 111000

Color Harmonies of #2EF22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF22D

Black with #2EF22D

Text Example


Text Example

White with #2EF22D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,242,45); }

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

background-color css

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

 a { background-color: rgb(46,242,45); }

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

border-color css

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

 span { border-color: rgb(46,242,45); }

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