Html Css Color HEX #2FF22C Lime Green

📋 copy color: '#2FF22C'

red 47 ◦ green 242 ◦ blue 44

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

Shades of Lime Green #2FF22C

Tints of Lime Green #2FF22C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 72.67%

 BLUE value IS 44 (17.58% from 255) = 13.21%

R = 14.11%
G = 72.67%
B = 13.21%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#2FF22C (or 0x2FF22C) is known color: Lime Green. HEX triplet: 2F, F2 and 2C. RGB value is (47,242,44). Sum of RGB (Red+Green+Blue) = 47+242+44=333 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.11% from 333); Green value is 242 (94.92% from 255 or 72.67% from 333); Blue value is 44 (17.58% from 255 or 13.21% from 333); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF22C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF22C is #D00DD3. Grayscale: #A1A1A1. Windows color (decimal): -13635028 or 2945583. OLE color: 2945583.

HSL color Cylindrical-coordinate representation of color #2FF22C: hue angle of 119.09º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FF22C is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB 47 242 44 -
CMYK 0.81 0 0.82 0.05
HSL 119.09º 0.88% 0.56% -
HSV(B) 119.09º 0.82% 0.95% -
XYZ 33.38 64.29 13.03 -
YUV 161.12 61.9 46.6 -
System Red Green Blue C M Y K H S L
Decimal 47 242 44 0.81 0 0.82 0.05 119.09 0.88 0.56
Hex 2F F2 2C 51 0 52 5 77 58 38
Octal 57 362 54 121 0 122 5 167 130 70
Binary 101111 11110010 101100 1010001 0 1010010 101 1110111 1011000 111000

Color Harmonies of #2FF22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF22C

Black with #2FF22C

Text Example


Text Example

White with #2FF22C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,242,44); }

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

background-color css

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

 a { background-color: rgb(47,242,44); }

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

border-color css

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

 span { border-color: rgb(47,242,44); }

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