Html Css Color HEX #2FC22B Lime Green

📋 copy color: '#2FC22B'

red 47 ◦ green 194 ◦ blue 43

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

Shades of Lime Green #2FC22B

Tints of Lime Green #2FC22B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.14%

R = 16.55%
G = 68.31%
B = 15.14%

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

#2FC22B (or 0x2FC22B) is known color: Lime Green. HEX triplet: 2F, C2 and 2B. RGB value is (47,194,43). Sum of RGB (Red+Green+Blue) = 47+194+43=284 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.55% from 284); Green value is 194 (76.17% from 255 or 68.31% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 194 - color contains mainly: green. Hex color #2FC22B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC22B is #D03DD4. Grayscale: #858585. Windows color (decimal): -13647317 or 2867759. OLE color: 2867759.

HSL color Cylindrical-coordinate representation of color #2FC22B: hue angle of 118.41º 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 #2FC22B is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 47 194 43 -
CMYK 0.76 0 0.78 0.24
HSL 118.41º 0.64% 0.46% -
HSV(B) 118.41º 0.78% 0.76% -
XYZ 20.9 39.36 8.78 -
YUV 132.83 77.3 66.78 -
System Red Green Blue C M Y K H S L
Decimal 47 194 43 0.76 0 0.78 0.24 118.41 0.64 0.46
Hex 2F C2 2B 4C 0 4E 18 76 40 2E
Octal 57 302 53 114 0 116 30 166 100 56
Binary 101111 11000010 101011 1001100 0 1001110 11000 1110110 1000000 101110

Color Harmonies of #2FC22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC22B

Black with #2FC22B

Text Example


Text Example

White with #2FC22B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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