Html Css Color HEX #2FEE3B Lime Green

📋 copy color: '#2FEE3B'

red 47 ◦ green 238 ◦ blue 59

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

Shades of Lime Green #2FEE3B

Tints of Lime Green #2FEE3B

RGB

 RED value IS 47 (18.75% from 255) = 13.66%

 GREEN value IS 238 (93.36% from 255) = 69.19%

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

R = 13.66%
G = 69.19%
B = 17.15%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#2FEE3B (or 0x2FEE3B) is known color: Lime Green. HEX triplet: 2F, EE and 3B. RGB value is (47,238,59). Sum of RGB (Red+Green+Blue) = 47+238+59=344 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.66% from 344); Green value is 238 (93.36% from 255 or 69.19% from 344); Blue value is 59 (23.44% from 255 or 17.15% from 344); Max value from RGB is 238 - color contains mainly: green. Hex color #2FEE3B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEE3B is #D011C4. Grayscale: #A1A1A1. Windows color (decimal): -13636037 or 3927599. OLE color: 3927599.

HSL color Cylindrical-coordinate representation of color #2FEE3B: hue angle of 123.77º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEE3B is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 238 59 -
CMYK 0.80 0 0.75 0.07
HSL 123.77º 0.85% 0.56% -
HSV(B) 123.77º 0.8% 0.93% -
XYZ 32.54 62.07 14.4 -
YUV 160.49 70.72 47.05 -
System Red Green Blue C M Y K H S L
Decimal 47 238 59 0.80 0 0.75 0.07 123.77 0.85 0.56
Hex 2F EE 3B 50 0 4B 7 7C 55 38
Octal 57 356 73 120 0 113 7 174 125 70
Binary 101111 11101110 111011 1010000 0 1001011 111 1111100 1010101 111000

Color Harmonies of #2FEE3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEE3B

Black with #2FEE3B

Text Example


Text Example

White with #2FEE3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,238,59); }

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

background-color css

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

 a { background-color: rgb(47,238,59); }

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

border-color css

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

 span { border-color: rgb(47,238,59); }

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