Html Css Color HEX #2FB331 Lime Green

📋 copy color: '#2FB331'

red 47 ◦ green 179 ◦ blue 49

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

Shades of Lime Green #2FB331

Tints of Lime Green #2FB331

RGB

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

 GREEN value IS 179 (70.31% from 255) = 65.09%

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

R = 17.09%
G = 65.09%
B = 17.82%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#2FB331 (or 0x2FB331) is known color: Lime Green. HEX triplet: 2F, B3 and 31. RGB value is (47,179,49). Sum of RGB (Red+Green+Blue) = 47+179+49=275 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.09% from 275); Green value is 179 (70.31% from 255 or 65.09% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 179 - color contains mainly: green. Hex color #2FB331 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB331 is #D04CCE. Grayscale: #7D7D7D. Windows color (decimal): -13651151 or 3257135. OLE color: 3257135.

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

Color convert

RGB 47 179 49 -
CMYK 0.74 0 0.73 0.30
HSL 120.91º 0.58% 0.44% -
HSV(B) 120.91º 0.74% 0.7% -
XYZ 17.85 33.07 8.35 -
YUV 124.71 85.27 72.57 -
System Red Green Blue C M Y K H S L
Decimal 47 179 49 0.74 0 0.73 0.30 120.91 0.58 0.44
Hex 2F B3 31 4A 0 49 1E 79 3A 2C
Octal 57 263 61 112 0 111 36 171 72 54
Binary 101111 10110011 110001 1001010 0 1001001 11110 1111001 111010 101100

Color Harmonies of #2FB331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB331

Black with #2FB331

Text Example


Text Example

White with #2FB331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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