Html Css Color HEX #2FB13F Lime Green

📋 copy color: '#2FB13F'

red 47 ◦ green 177 ◦ blue 63

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

Shades of Lime Green #2FB13F

Tints of Lime Green #2FB13F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 61.67%

 BLUE value IS 63 (25% from 255) = 21.95%

R = 16.38%
G = 61.67%
B = 21.95%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#2FB13F (or 0x2FB13F) is known color: Lime Green. HEX triplet: 2F, B1 and 3F. RGB value is (47,177,63). Sum of RGB (Red+Green+Blue) = 47+177+63=287 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.38% from 287); Green value is 177 (69.53% from 255 or 61.67% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 177 - color contains mainly: green. Hex color #2FB13F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FB13F is #D04EC0. Grayscale: #7D7D7D. Windows color (decimal): -13651649 or 4174127. OLE color: 4174127.

HSL color Cylindrical-coordinate representation of color #2FB13F: hue angle of 127.38º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FB13F is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 47 177 63 -
CMYK 0.73 0 0.64 0.31
HSL 127.38º 0.58% 0.44% -
HSV(B) 127.38º 0.73% 0.69% -
XYZ 17.79 32.41 10.02 -
YUV 125.13 92.93 72.27 -
System Red Green Blue C M Y K H S L
Decimal 47 177 63 0.73 0 0.64 0.31 127.38 0.58 0.44
Hex 2F B1 3F 49 0 40 1F 7F 3A 2C
Octal 57 261 77 111 0 100 37 177 72 54
Binary 101111 10110001 111111 1001001 0 1000000 11111 1111111 111010 101100

Color Harmonies of #2FB13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB13F

Black with #2FB13F

Text Example


Text Example

White with #2FB13F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,177,63); }

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

background-color css

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

 a { background-color: rgb(47,177,63); }

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

border-color css

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

 span { border-color: rgb(47,177,63); }

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