Html Css Color HEX #2FF141 Lime Green

📋 copy color: '#2FF141'

red 47 ◦ green 241 ◦ blue 65

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

Shades of Lime Green #2FF141

Tints of Lime Green #2FF141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.41%

R = 13.31%
G = 68.27%
B = 18.41%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#2FF141 (or 0x2FF141) is known color: Lime Green. HEX triplet: 2F, F1 and 41. RGB value is (47,241,65). Sum of RGB (Red+Green+Blue) = 47+241+65=353 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.31% from 353); Green value is 241 (94.53% from 255 or 68.27% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 241 - color contains mainly: green. Hex color #2FF141 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF141 is #D00EBE. Grayscale: #A3A3A3. Windows color (decimal): -13635263 or 4321583. OLE color: 4321583.

HSL color Cylindrical-coordinate representation of color #2FF141: hue angle of 125.57º 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 #2FF141 is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 47 241 65 -
CMYK 0.80 0 0.73 0.05
HSL 125.57º 0.87% 0.56% -
HSV(B) 125.57º 0.8% 0.95% -
XYZ 33.58 63.9 15.56 -
YUV 162.93 72.73 45.31 -
System Red Green Blue C M Y K H S L
Decimal 47 241 65 0.80 0 0.73 0.05 125.57 0.87 0.56
Hex 2F F1 41 50 0 49 5 7E 57 38
Octal 57 361 101 120 0 111 5 176 127 70
Binary 101111 11110001 1000001 1010000 0 1001001 101 1111110 1010111 111000

Color Harmonies of #2FF141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF141

Black with #2FF141

Text Example


Text Example

White with #2FF141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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