Html Css Color HEX #2FB032 Lime Green

📋 copy color: '#2FB032'

red 47 ◦ green 176 ◦ blue 50

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

Shades of Lime Green #2FB032

Tints of Lime Green #2FB032

RGB

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

 GREEN value IS 176 (69.14% from 255) = 64.47%

 BLUE value IS 50 (19.92% from 255) = 18.32%

R = 17.22%
G = 64.47%
B = 18.32%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#2FB032 (or 0x2FB032) is known color: Lime Green. HEX triplet: 2F, B0 and 32. RGB value is (47,176,50). Sum of RGB (Red+Green+Blue) = 47+176+50=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 176 (69.14% from 255 or 64.47% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 176 - color contains mainly: green. Hex color #2FB032 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FB032 is #D04FCD. Grayscale: #7B7B7B. Windows color (decimal): -13651918 or 3321903. OLE color: 3321903.

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

Color convert

RGB 47 176 50 -
CMYK 0.73 0 0.72 0.31
HSL 121.4º 0.58% 0.44% -
HSV(B) 121.4º 0.73% 0.69% -
XYZ 17.27 31.89 8.26 -
YUV 123.07 86.76 73.75 -
System Red Green Blue C M Y K H S L
Decimal 47 176 50 0.73 0 0.72 0.31 121.4 0.58 0.44
Hex 2F B0 32 49 0 48 1F 79 3A 2C
Octal 57 260 62 111 0 110 37 171 72 54
Binary 101111 10110000 110010 1001001 0 1001000 11111 1111001 111010 101100

Color Harmonies of #2FB032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB032

Black with #2FB032

Text Example


Text Example

White with #2FB032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,176,50); }

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

background-color css

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

 a { background-color: rgb(47,176,50); }

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

border-color css

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

 span { border-color: rgb(47,176,50); }

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