Html Css Color HEX #2FB341 Lime Green

📋 copy color: '#2FB341'

red 47 ◦ green 179 ◦ blue 65

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

Shades of Lime Green #2FB341

Tints of Lime Green #2FB341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.34%

R = 16.15%
G = 61.51%
B = 22.34%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#2FB341 (or 0x2FB341) is known color: Lime Green. HEX triplet: 2F, B3 and 41. RGB value is (47,179,65). Sum of RGB (Red+Green+Blue) = 47+179+65=291 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.15% from 291); Green value is 179 (70.31% from 255 or 61.51% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 179 - color contains mainly: green. Hex color #2FB341 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB341 is #D04CBE. Grayscale: #7E7E7E. Windows color (decimal): -13651135 or 4305711. OLE color: 4305711.

HSL color Cylindrical-coordinate representation of color #2FB341: hue angle of 128.18º 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 #2FB341 is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 47 179 65 -
CMYK 0.74 0 0.64 0.30
HSL 128.18º 0.58% 0.44% -
HSV(B) 128.18º 0.74% 0.7% -
XYZ 18.25 33.23 10.45 -
YUV 126.54 93.27 71.27 -
System Red Green Blue C M Y K H S L
Decimal 47 179 65 0.74 0 0.64 0.30 128.18 0.58 0.44
Hex 2F B3 41 4A 0 40 1E 80 3A 2C
Octal 57 263 101 112 0 100 36 200 72 54
Binary 101111 10110011 1000001 1001010 0 1000000 11110 10000000 111010 101100

Color Harmonies of #2FB341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB341

Black with #2FB341

Text Example


Text Example

White with #2FB341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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