Html Css Color HEX #2FF12E Lime Green

📋 copy color: '#2FF12E'

red 47 ◦ green 241 ◦ blue 46

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

Shades of Lime Green #2FF12E

Tints of Lime Green #2FF12E

RGB

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

 GREEN value IS 241 (94.53% from 255) = 72.16%

 BLUE value IS 46 (18.36% from 255) = 13.77%

R = 14.07%
G = 72.16%
B = 13.77%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#2FF12E (or 0x2FF12E) is known color: Lime Green. HEX triplet: 2F, F1 and 2E. RGB value is (47,241,46). Sum of RGB (Red+Green+Blue) = 47+241+46=334 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.07% from 334); Green value is 241 (94.53% from 255 or 72.16% from 334); Blue value is 46 (18.36% from 255 or 13.77% from 334); Max value from RGB is 241 - color contains mainly: green. Hex color #2FF12E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF12E is #D00ED1. Grayscale: #A1A1A1. Windows color (decimal): -13635282 or 3076399. OLE color: 3076399.

HSL color Cylindrical-coordinate representation of color #2FF12E: hue angle of 119.69º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF12E is Cyan = 0.80, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 47 241 46 -
CMYK 0.80 0 0.81 0.05
HSL 119.69º 0.87% 0.56% -
HSV(B) 119.69º 0.81% 0.95% -
XYZ 33.12 63.71 13.14 -
YUV 160.76 63.23 46.86 -
System Red Green Blue C M Y K H S L
Decimal 47 241 46 0.80 0 0.81 0.05 119.69 0.87 0.56
Hex 2F F1 2E 50 0 51 5 78 57 38
Octal 57 361 56 120 0 121 5 170 127 70
Binary 101111 11110001 101110 1010000 0 1010001 101 1111000 1010111 111000

Color Harmonies of #2FF12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF12E

Black with #2FF12E

Text Example


Text Example

White with #2FF12E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,241,46); }

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

background-color css

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

 a { background-color: rgb(47,241,46); }

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

border-color css

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

 span { border-color: rgb(47,241,46); }

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