Html Css Color HEX #2EFA30 Lime Green

📋 copy color: '#2EFA30'

red 46 ◦ green 250 ◦ blue 48

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

Shades of Lime Green #2EFA30

Tints of Lime Green #2EFA30

RGB

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

 GREEN value IS 250 (98.05% from 255) = 72.67%

 BLUE value IS 48 (19.14% from 255) = 13.95%

R = 13.37%
G = 72.67%
B = 13.95%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#2EFA30 (or 0x2EFA30) is known color: Lime Green. HEX triplet: 2E, FA and 30. RGB value is (46,250,48). Sum of RGB (Red+Green+Blue) = 46+250+48=344 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.37% from 344); Green value is 250 (98.05% from 255 or 72.67% from 344); Blue value is 48 (19.14% from 255 or 13.95% from 344); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFA30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFA30 is #D105CF. Grayscale: #A6A6A6. Windows color (decimal): -13698512 or 3209774. OLE color: 3209774.

HSL color Cylindrical-coordinate representation of color #2EFA30: hue angle of 120.59º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFA30 is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 250 48 -
CMYK 0.82 0 0.81 0.02
HSL 120.59º 0.95% 0.58% -
HSV(B) 120.59º 0.82% 0.98% -
XYZ 35.85 69.17 14.26 -
YUV 165.98 61.41 42.43 -
System Red Green Blue C M Y K H S L
Decimal 46 250 48 0.82 0 0.81 0.02 120.59 0.95 0.58
Hex 2E FA 30 52 0 51 2 79 5F 3A
Octal 56 372 60 122 0 121 2 171 137 72
Binary 101110 11111010 110000 1010010 0 1010001 10 1111001 1011111 111010

Color Harmonies of #2EFA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFA30

Black with #2EFA30

Text Example


Text Example

White with #2EFA30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,250,48); }

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

background-color css

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

 a { background-color: rgb(46,250,48); }

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

border-color css

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

 span { border-color: rgb(46,250,48); }

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