Html Css Color HEX #2FB622 Lime Green

📋 copy color: '#2FB622'

red 47 ◦ green 182 ◦ blue 34

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

Shades of Lime Green #2FB622

Tints of Lime Green #2FB622

RGB

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

 GREEN value IS 182 (71.48% from 255) = 69.2%

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

R = 17.87%
G = 69.2%
B = 12.93%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#2FB622 (or 0x2FB622) is known color: Lime Green. HEX triplet: 2F, B6 and 22. RGB value is (47,182,34). Sum of RGB (Red+Green+Blue) = 47+182+34=263 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.87% from 263); Green value is 182 (71.48% from 255 or 69.20% from 263); Blue value is 34 (13.67% from 255 or 12.93% from 263); Max value from RGB is 182 - color contains mainly: green. Hex color #2FB622 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB622 is #D049DD. Grayscale: #7D7D7D. Windows color (decimal): -13650398 or 2274863. OLE color: 2274863.

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

Color convert

RGB 47 182 34 -
CMYK 0.74 0 0.81 0.29
HSL 114.73º 0.69% 0.42% -
HSV(B) 114.73º 0.81% 0.71% -
XYZ 18.19 34.18 7.15 -
YUV 124.76 76.77 72.53 -
System Red Green Blue C M Y K H S L
Decimal 47 182 34 0.74 0 0.81 0.29 114.73 0.69 0.42
Hex 2F B6 22 4A 0 51 1D 73 45 2A
Octal 57 266 42 112 0 121 35 163 105 52
Binary 101111 10110110 100010 1001010 0 1010001 11101 1110011 1000101 101010

Color Harmonies of #2FB622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB622

Black with #2FB622

Text Example


Text Example

White with #2FB622

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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