Html Css Color HEX #2FB322 Lime Green

📋 copy color: '#2FB322'

red 47 ◦ green 179 ◦ blue 34

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

Shades of Lime Green #2FB322

Tints of Lime Green #2FB322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.08%

R = 18.08%
G = 68.85%
B = 13.08%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#2FB322 (or 0x2FB322) is known color: Lime Green. HEX triplet: 2F, B3 and 22. RGB value is (47,179,34). Sum of RGB (Red+Green+Blue) = 47+179+34=260 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.08% from 260); Green value is 179 (70.31% from 255 or 68.85% from 260); Blue value is 34 (13.67% from 255 or 13.08% from 260); Max value from RGB is 179 - color contains mainly: green. Hex color #2FB322 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB322 is #D04CDD. Grayscale: #7B7B7B. Windows color (decimal): -13651166 or 2274095. OLE color: 2274095.

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

Color convert

RGB 47 179 34 -
CMYK 0.74 0 0.81 0.30
HSL 114.62º 0.68% 0.42% -
HSV(B) 114.62º 0.81% 0.7% -
XYZ 17.58 32.96 6.95 -
YUV 123 77.77 73.79 -
System Red Green Blue C M Y K H S L
Decimal 47 179 34 0.74 0 0.81 0.30 114.62 0.68 0.42
Hex 2F B3 22 4A 0 51 1E 73 44 2A
Octal 57 263 42 112 0 121 36 163 104 52
Binary 101111 10110011 100010 1001010 0 1010001 11110 1110011 1000100 101010

Color Harmonies of #2FB322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB322

Black with #2FB322

Text Example


Text Example

White with #2FB322

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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