Html Css Color HEX #2FCC50 Lime Green

📋 copy color: '#2FCC50'

red 47 ◦ green 204 ◦ blue 80

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

Shades of Lime Green #2FCC50

Tints of Lime Green #2FCC50

RGB

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

 GREEN value IS 204 (80.08% from 255) = 61.63%

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

R = 14.2%
G = 61.63%
B = 24.17%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#2FCC50 (or 0x2FCC50) is known color: Lime Green. HEX triplet: 2F, CC and 50. RGB value is (47,204,80). Sum of RGB (Red+Green+Blue) = 47+204+80=331 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.20% from 331); Green value is 204 (80.08% from 255 or 61.63% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 204 - color contains mainly: green. Hex color #2FCC50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FCC50 is #D033AF. Grayscale: #8F8F8F. Windows color (decimal): -13644720 or 5295151. OLE color: 5295151.

HSL color Cylindrical-coordinate representation of color #2FCC50: hue angle of 132.61º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCC50 is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB 47 204 80 -
CMYK 0.77 0 0.61 0.2
HSL 132.61º 0.63% 0.49% -
HSV(B) 132.61º 0.77% 0.8% -
XYZ 24.21 44.37 14.88 -
YUV 142.92 92.49 59.58 -
System Red Green Blue C M Y K H S L
Decimal 47 204 80 0.77 0 0.61 0.2 132.61 0.63 0.49
Hex 2F CC 50 4D 0 3D 14 85 3F 31
Octal 57 314 120 115 0 75 24 205 77 61
Binary 101111 11001100 1010000 1001101 0 111101 10100 10000101 111111 110001

Color Harmonies of #2FCC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCC50

Black with #2FCC50

Text Example


Text Example

White with #2FCC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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