Html Css Color HEX #2FC620 Lime Green

📋 copy color: '#2FC620'

red 47 ◦ green 198 ◦ blue 32

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

Shades of Lime Green #2FC620

Tints of Lime Green #2FC620

RGB

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

 GREEN value IS 198 (77.73% from 255) = 71.48%

 BLUE value IS 32 (12.89% from 255) = 11.55%

R = 16.97%
G = 71.48%
B = 11.55%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#2FC620 (or 0x2FC620) is known color: Lime Green. HEX triplet: 2F, C6 and 20. RGB value is (47,198,32). Sum of RGB (Red+Green+Blue) = 47+198+32=277 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.97% from 277); Green value is 198 (77.73% from 255 or 71.48% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 198 - color contains mainly: green. Hex color #2FC620 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC620 is #D039DF. Grayscale: #868686. Windows color (decimal): -13646304 or 2147887. OLE color: 2147887.

HSL color Cylindrical-coordinate representation of color #2FC620: hue angle of 114.58º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2FC620 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 47 198 32 -
CMYK 0.76 0 0.84 0.22
HSL 114.58º 0.72% 0.45% -
HSV(B) 114.58º 0.84% 0.78% -
XYZ 21.63 41.1 8.16 -
YUV 133.93 70.47 66 -
System Red Green Blue C M Y K H S L
Decimal 47 198 32 0.76 0 0.84 0.22 114.58 0.72 0.45
Hex 2F C6 20 4C 0 54 16 73 48 2D
Octal 57 306 40 114 0 124 26 163 110 55
Binary 101111 11000110 100000 1001100 0 1010100 10110 1110011 1001000 101101

Color Harmonies of #2FC620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC620

Black with #2FC620

Text Example


Text Example

White with #2FC620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,198,32); }

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

background-color css

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

 a { background-color: rgb(47,198,32); }

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

border-color css

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

 span { border-color: rgb(47,198,32); }

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