Html Css Color HEX #2FB61F Lime Green

📋 copy color: '#2FB61F'

red 47 ◦ green 182 ◦ blue 31

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

Shades of Lime Green #2FB61F

Tints of Lime Green #2FB61F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 70%

 BLUE value IS 31 (12.5% from 255) = 11.92%

R = 18.08%
G = 70%
B = 11.92%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#2FB61F (or 0x2FB61F) is known color: Lime Green. HEX triplet: 2F, B6 and 1F. RGB value is (47,182,31). Sum of RGB (Red+Green+Blue) = 47+182+31=260 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.08% from 260); Green value is 182 (71.48% from 255 or 70% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 182 - color contains mainly: green. Hex color #2FB61F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB61F is #D049E0. Grayscale: #7C7C7C. Windows color (decimal): -13650401 or 2078255. OLE color: 2078255.

HSL color Cylindrical-coordinate representation of color #2FB61F: hue angle of 113.64º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2FB61F is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB 47 182 31 -
CMYK 0.74 0 0.83 0.29
HSL 113.64º 0.71% 0.42% -
HSV(B) 113.64º 0.83% 0.71% -
XYZ 18.15 34.16 6.93 -
YUV 124.42 75.27 72.78 -
System Red Green Blue C M Y K H S L
Decimal 47 182 31 0.74 0 0.83 0.29 113.64 0.71 0.42
Hex 2F B6 1F 4A 0 53 1D 72 47 2A
Octal 57 266 37 112 0 123 35 162 107 52
Binary 101111 10110110 11111 1001010 0 1010011 11101 1110010 1000111 101010

Color Harmonies of #2FB61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB61F

Black with #2FB61F

Text Example


Text Example

White with #2FB61F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,182,31); }

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

background-color css

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

 a { background-color: rgb(47,182,31); }

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

border-color css

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

 span { border-color: rgb(47,182,31); }

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