Html Css Color HEX #2FC22A Lime Green

📋 copy color: '#2FC22A'

red 47 ◦ green 194 ◦ blue 42

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

Shades of Lime Green #2FC22A

Tints of Lime Green #2FC22A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 68.55%

 BLUE value IS 42 (16.8% from 255) = 14.84%

R = 16.61%
G = 68.55%
B = 14.84%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#2FC22A (or 0x2FC22A) is known color: Lime Green. HEX triplet: 2F, C2 and 2A. RGB value is (47,194,42). Sum of RGB (Red+Green+Blue) = 47+194+42=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 194 (76.17% from 255 or 68.55% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 194 - color contains mainly: green. Hex color #2FC22A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC22A is #D03DD5. Grayscale: #858585. Windows color (decimal): -13647318 or 2802223. OLE color: 2802223.

HSL color Cylindrical-coordinate representation of color #2FC22A: hue angle of 118.03º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FC22A is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 47 194 42 -
CMYK 0.76 0 0.78 0.24
HSL 118.03º 0.64% 0.46% -
HSV(B) 118.03º 0.78% 0.76% -
XYZ 20.88 39.36 8.69 -
YUV 132.72 76.8 66.86 -
System Red Green Blue C M Y K H S L
Decimal 47 194 42 0.76 0 0.78 0.24 118.03 0.64 0.46
Hex 2F C2 2A 4C 0 4E 18 76 40 2E
Octal 57 302 52 114 0 116 30 166 100 56
Binary 101111 11000010 101010 1001100 0 1001110 11000 1110110 1000000 101110

Color Harmonies of #2FC22A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC22A

Black with #2FC22A

Text Example


Text Example

White with #2FC22A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,194,42); }

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

background-color css

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

 a { background-color: rgb(47,194,42); }

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

border-color css

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

 span { border-color: rgb(47,194,42); }

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