Html Css Color HEX #2FE340 Lime Green

📋 copy color: '#2FE340'

red 47 ◦ green 227 ◦ blue 64

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

Shades of Lime Green #2FE340

Tints of Lime Green #2FE340

RGB

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

 GREEN value IS 227 (89.06% from 255) = 67.16%

 BLUE value IS 64 (25.39% from 255) = 18.93%

R = 13.91%
G = 67.16%
B = 18.93%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#2FE340 (or 0x2FE340) is known color: Lime Green. HEX triplet: 2F, E3 and 40. RGB value is (47,227,64). Sum of RGB (Red+Green+Blue) = 47+227+64=338 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.91% from 338); Green value is 227 (89.06% from 255 or 67.16% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 227 - color contains mainly: green. Hex color #2FE340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE340 is #D01CBF. Grayscale: #9B9B9B. Windows color (decimal): -13638848 or 4252463. OLE color: 4252463.

HSL color Cylindrical-coordinate representation of color #2FE340: hue angle of 125.67º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE340 is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 47 227 64 -
CMYK 0.79 0 0.72 0.11
HSL 125.67º 0.76% 0.54% -
HSV(B) 125.67º 0.79% 0.89% -
XYZ 29.57 55.91 14.08 -
YUV 154.6 76.87 51.25 -
System Red Green Blue C M Y K H S L
Decimal 47 227 64 0.79 0 0.72 0.11 125.67 0.76 0.54
Hex 2F E3 40 4F 0 48 B 7E 4C 36
Octal 57 343 100 117 0 110 13 176 114 66
Binary 101111 11100011 1000000 1001111 0 1001000 1011 1111110 1001100 110110

Color Harmonies of #2FE340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE340

Black with #2FE340

Text Example


Text Example

White with #2FE340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,227,64); }

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

background-color css

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

 a { background-color: rgb(47,227,64); }

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

border-color css

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

 span { border-color: rgb(47,227,64); }

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