Html Css Color HEX #2EF33B Lime Green

📋 copy color: '#2EF33B'

red 46 ◦ green 243 ◦ blue 59

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

Shades of Lime Green #2EF33B

Tints of Lime Green #2EF33B

RGB

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

 GREEN value IS 243 (95.31% from 255) = 69.83%

 BLUE value IS 59 (23.44% from 255) = 16.95%

R = 13.22%
G = 69.83%
B = 16.95%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#2EF33B (or 0x2EF33B) is known color: Lime Green. HEX triplet: 2E, F3 and 3B. RGB value is (46,243,59). Sum of RGB (Red+Green+Blue) = 46+243+59=348 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.22% from 348); Green value is 243 (95.31% from 255 or 69.83% from 348); Blue value is 59 (23.44% from 255 or 16.95% from 348); Max value from RGB is 243 - color contains mainly: green. Hex color #2EF33B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF33B is #D10CC4. Grayscale: #A3A3A3. Windows color (decimal): -13700293 or 3928878. OLE color: 3928878.

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

Color convert

RGB 46 243 59 -
CMYK 0.81 0 0.76 0.05
HSL 123.96º 0.89% 0.57% -
HSV(B) 123.96º 0.81% 0.95% -
XYZ 33.97 65 14.89 -
YUV 163.12 69.23 44.46 -
System Red Green Blue C M Y K H S L
Decimal 46 243 59 0.81 0 0.76 0.05 123.96 0.89 0.57
Hex 2E F3 3B 51 0 4C 5 7C 59 39
Octal 56 363 73 121 0 114 5 174 131 71
Binary 101110 11110011 111011 1010001 0 1001100 101 1111100 1011001 111001

Color Harmonies of #2EF33B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF33B

Black with #2EF33B

Text Example


Text Example

White with #2EF33B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,243,59); }

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

background-color css

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

 a { background-color: rgb(46,243,59); }

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

border-color css

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

 span { border-color: rgb(46,243,59); }

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