Html Css Color HEX #2FFF3E Lime Green

📋 copy color: '#2FFF3E'

red 47 ◦ green 255 ◦ blue 62

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

Shades of Lime Green #2FFF3E

Tints of Lime Green #2FFF3E

RGB

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

 GREEN value IS 255 (100% from 255) = 70.05%

 BLUE value IS 62 (24.61% from 255) = 17.03%

R = 12.91%
G = 70.05%
B = 17.03%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#2FFF3E (or 0x2FFF3E) is known color: Lime Green. HEX triplet: 2F, FF and 3E. RGB value is (47,255,62). Sum of RGB (Red+Green+Blue) = 47+255+62=364 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.91% from 364); Green value is 255 (100% from 255 or 70.05% from 364); Blue value is 62 (24.61% from 255 or 17.03% from 364); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFF3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFF3E is #D000C1. Grayscale: #ABABAB. Windows color (decimal): -13631682 or 4128559. OLE color: 4128559.

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

Color convert

RGB 47 255 62 -
CMYK 0.82 0 0.76 0
HSL 124.33º 1% 0.59% -
HSV(B) 124.33º 0.82% 1% -
XYZ 37.8 72.47 16.55 -
YUV 170.81 66.59 39.69 -
System Red Green Blue C M Y K H S L
Decimal 47 255 62 0.82 0 0.76 0 124.33 1 0.59
Hex 2F FF 3E 52 0 4C 0 7C 64 3B
Octal 57 377 76 122 0 114 0 174 144 73
Binary 101111 11111111 111110 1010010 0 1001100 0 1111100 1100100 111011

Color Harmonies of #2FFF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFF3E

Black with #2FFF3E

Text Example


Text Example

White with #2FFF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,255,62); }

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

background-color css

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

 a { background-color: rgb(47,255,62); }

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

border-color css

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

 span { border-color: rgb(47,255,62); }

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