Html Css Color HEX #2FCD50 Lime Green

📋 copy color: '#2FCD50'

red 47 ◦ green 205 ◦ blue 80

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

Shades of Lime Green #2FCD50

Tints of Lime Green #2FCD50

RGB

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

 GREEN value IS 205 (80.47% from 255) = 61.75%

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

R = 14.16%
G = 61.75%
B = 24.1%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#2FCD50 (or 0x2FCD50) is known color: Lime Green. HEX triplet: 2F, CD and 50. RGB value is (47,205,80). Sum of RGB (Red+Green+Blue) = 47+205+80=332 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.16% from 332); Green value is 205 (80.47% from 255 or 61.75% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 205 - color contains mainly: green. Hex color #2FCD50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FCD50 is #D032AF. Grayscale: #8F8F8F. Windows color (decimal): -13644464 or 5295407. OLE color: 5295407.

HSL color Cylindrical-coordinate representation of color #2FCD50: hue angle of 132.53º 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 #2FCD50 is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 47 205 80 -
CMYK 0.77 0 0.61 0.20
HSL 132.53º 0.63% 0.49% -
HSV(B) 132.53º 0.77% 0.8% -
XYZ 24.45 44.85 14.96 -
YUV 143.51 92.15 59.16 -
System Red Green Blue C M Y K H S L
Decimal 47 205 80 0.77 0 0.61 0.20 132.53 0.63 0.49
Hex 2F CD 50 4D 0 3D 14 85 3F 31
Octal 57 315 120 115 0 75 24 205 77 61
Binary 101111 11001101 1010000 1001101 0 111101 10100 10000101 111111 110001

Color Harmonies of #2FCD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCD50

Black with #2FCD50

Text Example


Text Example

White with #2FCD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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