Html Css Color HEX #2FDF22 Lime Green

📋 copy color: '#2FDF22'

red 47 ◦ green 223 ◦ blue 34

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

Shades of Lime Green #2FDF22

Tints of Lime Green #2FDF22

RGB

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

 GREEN value IS 223 (87.5% from 255) = 73.36%

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

R = 15.46%
G = 73.36%
B = 11.18%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#2FDF22 (or 0x2FDF22) is known color: Lime Green. HEX triplet: 2F, DF and 22. RGB value is (47,223,34). Sum of RGB (Red+Green+Blue) = 47+223+34=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 223 (87.5% from 255 or 73.36% from 304); Blue value is 34 (13.67% from 255 or 11.18% from 304); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDF22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDF22 is #D020DD. Grayscale: #959595. Windows color (decimal): -13639902 or 2285359. OLE color: 2285359.

HSL color Cylindrical-coordinate representation of color #2FDF22: hue angle of 115.87º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2FDF22 is Cyan = 0.79, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 223 34 -
CMYK 0.79 0 0.85 0.13
HSL 115.87º 0.75% 0.5% -
HSV(B) 115.87º 0.85% 0.87% -
XYZ 27.85 53.5 10.37 -
YUV 148.83 63.19 55.37 -
System Red Green Blue C M Y K H S L
Decimal 47 223 34 0.79 0 0.85 0.13 115.87 0.75 0.5
Hex 2F DF 22 4F 0 55 D 74 4B 32
Octal 57 337 42 117 0 125 15 164 113 62
Binary 101111 11011111 100010 1001111 0 1010101 1101 1110100 1001011 110010

Color Harmonies of #2FDF22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDF22

Black with #2FDF22

Text Example


Text Example

White with #2FDF22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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