Html Css Color HEX #2FC650 Lime Green

📋 copy color: '#2FC650'

red 47 ◦ green 198 ◦ blue 80

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

Shades of Lime Green #2FC650

Tints of Lime Green #2FC650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.62%

R = 14.46%
G = 60.92%
B = 24.62%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#2FC650 (or 0x2FC650) is known color: Lime Green. HEX triplet: 2F, C6 and 50. RGB value is (47,198,80). Sum of RGB (Red+Green+Blue) = 47+198+80=325 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.46% from 325); Green value is 198 (77.73% from 255 or 60.92% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 198 - color contains mainly: green. Hex color #2FC650 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC650 is #D039AF. Grayscale: #8B8B8B. Windows color (decimal): -13646256 or 5293615. OLE color: 5293615.

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

Color convert

RGB 47 198 80 -
CMYK 0.76 0 0.60 0.22
HSL 133.11º 0.62% 0.48% -
HSV(B) 133.11º 0.76% 0.78% -
XYZ 22.81 41.57 14.41 -
YUV 139.4 94.47 62.09 -
System Red Green Blue C M Y K H S L
Decimal 47 198 80 0.76 0 0.60 0.22 133.11 0.62 0.48
Hex 2F C6 50 4C 0 3C 16 85 3E 30
Octal 57 306 120 114 0 74 26 205 76 60
Binary 101111 11000110 1010000 1001100 0 111100 10110 10000101 111110 110000

Color Harmonies of #2FC650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC650

Black with #2FC650

Text Example


Text Example

White with #2FC650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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