Html Css Color HEX #2FF146 Lime Green

📋 copy color: '#2FF146'

red 47 ◦ green 241 ◦ blue 70

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

Shades of Lime Green #2FF146

Tints of Lime Green #2FF146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.55%

R = 13.13%
G = 67.32%
B = 19.55%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#2FF146 (or 0x2FF146) is known color: Lime Green. HEX triplet: 2F, F1 and 46. RGB value is (47,241,70). Sum of RGB (Red+Green+Blue) = 47+241+70=358 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.13% from 358); Green value is 241 (94.53% from 255 or 67.32% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 241 - color contains mainly: green. Hex color #2FF146 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF146 is #D00EB9. Grayscale: #A3A3A3. Windows color (decimal): -13635258 or 4649263. OLE color: 4649263.

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

Color convert

RGB 47 241 70 -
CMYK 0.80 0 0.71 0.05
HSL 127.11º 0.87% 0.56% -
HSV(B) 127.11º 0.8% 0.95% -
XYZ 33.73 63.96 16.36 -
YUV 163.5 75.23 44.9 -
System Red Green Blue C M Y K H S L
Decimal 47 241 70 0.80 0 0.71 0.05 127.11 0.87 0.56
Hex 2F F1 46 50 0 47 5 7F 57 38
Octal 57 361 106 120 0 107 5 177 127 70
Binary 101111 11110001 1000110 1010000 0 1000111 101 1111111 1010111 111000

Color Harmonies of #2FF146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF146

Black with #2FF146

Text Example


Text Example

White with #2FF146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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