Html Css Color HEX #2FEC3F Lime Green

📋 copy color: '#2FEC3F'

red 47 ◦ green 236 ◦ blue 63

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

Shades of Lime Green #2FEC3F

Tints of Lime Green #2FEC3F

RGB

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

 GREEN value IS 236 (92.58% from 255) = 68.21%

 BLUE value IS 63 (25% from 255) = 18.21%

R = 13.58%
G = 68.21%
B = 18.21%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#2FEC3F (or 0x2FEC3F) is known color: Lime Green. HEX triplet: 2F, EC and 3F. RGB value is (47,236,63). Sum of RGB (Red+Green+Blue) = 47+236+63=346 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.58% from 346); Green value is 236 (92.58% from 255 or 68.21% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 236 - color contains mainly: green. Hex color #2FEC3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEC3F is #D013C0. Grayscale: #A0A0A0. Windows color (decimal): -13636545 or 4189231. OLE color: 4189231.

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

Color convert

RGB 47 236 63 -
CMYK 0.80 0 0.73 0.07
HSL 125.08º 0.83% 0.55% -
HSV(B) 125.08º 0.8% 0.93% -
XYZ 32.06 60.95 14.78 -
YUV 159.77 73.38 47.57 -
System Red Green Blue C M Y K H S L
Decimal 47 236 63 0.80 0 0.73 0.07 125.08 0.83 0.55
Hex 2F EC 3F 50 0 49 7 7D 53 37
Octal 57 354 77 120 0 111 7 175 123 67
Binary 101111 11101100 111111 1010000 0 1001001 111 1111101 1010011 110111

Color Harmonies of #2FEC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEC3F

Black with #2FEC3F

Text Example


Text Example

White with #2FEC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,236,63); }

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

background-color css

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

 a { background-color: rgb(47,236,63); }

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

border-color css

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

 span { border-color: rgb(47,236,63); }

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