Html Css Color HEX #2FC131 Lime Green

📋 copy color: '#2FC131'

red 47 ◦ green 193 ◦ blue 49

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

Shades of Lime Green #2FC131

Tints of Lime Green #2FC131

RGB

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

 GREEN value IS 193 (75.78% from 255) = 66.78%

 BLUE value IS 49 (19.53% from 255) = 16.96%

R = 16.26%
G = 66.78%
B = 16.96%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#2FC131 (or 0x2FC131) is known color: Lime Green. HEX triplet: 2F, C1 and 31. RGB value is (47,193,49). Sum of RGB (Red+Green+Blue) = 47+193+49=289 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.26% from 289); Green value is 193 (75.78% from 255 or 66.78% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 193 - color contains mainly: green. Hex color #2FC131 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC131 is #D03ECE. Grayscale: #858585. Windows color (decimal): -13647567 or 3260719. OLE color: 3260719.

HSL color Cylindrical-coordinate representation of color #2FC131: hue angle of 120.82º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC131 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 47 193 49 -
CMYK 0.76 0 0.75 0.24
HSL 120.82º 0.61% 0.47% -
HSV(B) 120.82º 0.76% 0.76% -
XYZ 20.8 38.97 9.33 -
YUV 132.93 80.63 66.71 -
System Red Green Blue C M Y K H S L
Decimal 47 193 49 0.76 0 0.75 0.24 120.82 0.61 0.47
Hex 2F C1 31 4C 0 4B 18 79 3D 2F
Octal 57 301 61 114 0 113 30 171 75 57
Binary 101111 11000001 110001 1001100 0 1001011 11000 1111001 111101 101111

Color Harmonies of #2FC131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC131

Black with #2FC131

Text Example


Text Example

White with #2FC131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,193,49); }

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

background-color css

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

 a { background-color: rgb(47,193,49); }

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

border-color css

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

 span { border-color: rgb(47,193,49); }

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