Html Css Color HEX #2FB222 Lime Green

📋 copy color: '#2FB222'

red 47 ◦ green 178 ◦ blue 34

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

Shades of Lime Green #2FB222

Tints of Lime Green #2FB222

RGB

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

 GREEN value IS 178 (69.92% from 255) = 68.73%

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

R = 18.15%
G = 68.73%
B = 13.13%

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

#2FB222 (or 0x2FB222) is known color: Lime Green. HEX triplet: 2F, B2 and 22. RGB value is (47,178,34). Sum of RGB (Red+Green+Blue) = 47+178+34=259 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.15% from 259); Green value is 178 (69.92% from 255 or 68.73% from 259); Blue value is 34 (13.67% from 255 or 13.13% from 259); Max value from RGB is 178 - color contains mainly: green. Hex color #2FB222 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FB222 is #D04DDD. Grayscale: #7A7A7A. Windows color (decimal): -13651422 or 2273839. OLE color: 2273839.

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

Color convert

RGB 47 178 34 -
CMYK 0.74 0 0.81 0.30
HSL 114.58º 0.68% 0.42% -
HSV(B) 114.58º 0.81% 0.7% -
XYZ 17.38 32.56 6.88 -
YUV 122.42 78.1 74.21 -
System Red Green Blue C M Y K H S L
Decimal 47 178 34 0.74 0 0.81 0.30 114.58 0.68 0.42
Hex 2F B2 22 4A 0 51 1E 73 44 2A
Octal 57 262 42 112 0 121 36 163 104 52
Binary 101111 10110010 100010 1001010 0 1010001 11110 1110011 1000100 101010

Color Harmonies of #2FB222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB222

Black with #2FB222

Text Example


Text Example

White with #2FB222

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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