Html Css Color HEX #2FED22 Lime Green

📋 copy color: '#2FED22'

red 47 ◦ green 237 ◦ blue 34

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

Shades of Lime Green #2FED22

Tints of Lime Green #2FED22

RGB

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

 GREEN value IS 237 (92.97% from 255) = 74.53%

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

R = 14.78%
G = 74.53%
B = 10.69%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#2FED22 (or 0x2FED22) is known color: Lime Green. HEX triplet: 2F, ED and 22. RGB value is (47,237,34). Sum of RGB (Red+Green+Blue) = 47+237+34=318 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.78% from 318); Green value is 237 (92.97% from 255 or 74.53% from 318); Blue value is 34 (13.67% from 255 or 10.69% from 318); Max value from RGB is 237 - color contains mainly: green. Hex color #2FED22 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FED22 is #D012DD. Grayscale: #9D9D9D. Windows color (decimal): -13636318 or 2288943. OLE color: 2288943.

HSL color Cylindrical-coordinate representation of color #2FED22: hue angle of 116.16º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2FED22 is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 237 34 -
CMYK 0.80 0 0.86 0.07
HSL 116.16º 0.85% 0.53% -
HSV(B) 116.16º 0.86% 0.93% -
XYZ 31.75 61.29 11.67 -
YUV 157.05 58.55 49.51 -
System Red Green Blue C M Y K H S L
Decimal 47 237 34 0.80 0 0.86 0.07 116.16 0.85 0.53
Hex 2F ED 22 50 0 56 7 74 55 35
Octal 57 355 42 120 0 126 7 164 125 65
Binary 101111 11101101 100010 1010000 0 1010110 111 1110100 1010101 110101

Color Harmonies of #2FED22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FED22

Black with #2FED22

Text Example


Text Example

White with #2FED22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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