Html Css Color HEX #2FFE3F Lime Green

📋 copy color: '#2FFE3F'

red 47 ◦ green 254 ◦ blue 63

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

Shades of Lime Green #2FFE3F

Tints of Lime Green #2FFE3F

RGB

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

 GREEN value IS 254 (99.61% from 255) = 69.78%

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

R = 12.91%
G = 69.78%
B = 17.31%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#2FFE3F (or 0x2FFE3F) is known color: Lime Green. HEX triplet: 2F, FE and 3F. RGB value is (47,254,63). Sum of RGB (Red+Green+Blue) = 47+254+63=364 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.91% from 364); Green value is 254 (99.61% from 255 or 69.78% from 364); Blue value is 63 (25% from 255 or 17.31% from 364); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFE3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFE3F is #D001C0. Grayscale: #AAAAAA. Windows color (decimal): -13631937 or 4193839. OLE color: 4193839.

HSL color Cylindrical-coordinate representation of color #2FFE3F: hue angle of 124.64º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFE3F is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.

Color convert

RGB 47 254 63 -
CMYK 0.81 0 0.75 0.00
HSL 124.64º 0.99% 0.59% -
HSV(B) 124.64º 0.81% 1% -
XYZ 37.51 71.85 16.59 -
YUV 170.33 67.42 40.03 -
System Red Green Blue C M Y K H S L
Decimal 47 254 63 0.81 0 0.75 0.00 124.64 0.99 0.59
Hex 2F FE 3F 51 0 4B 0 7D 63 3B
Octal 57 376 77 121 0 113 0 175 143 73
Binary 101111 11111110 111111 1010001 0 1001011 0 1111101 1100011 111011

Color Harmonies of #2FFE3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFE3F

Black with #2FFE3F

Text Example


Text Example

White with #2FFE3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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