Html Css Color HEX #2FCD4F Lime Green

📋 copy color: '#2FCD4F'

red 47 ◦ green 205 ◦ blue 79

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

Shades of Lime Green #2FCD4F

Tints of Lime Green #2FCD4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.87%

R = 14.2%
G = 61.93%
B = 23.87%

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

#2FCD4F (or 0x2FCD4F) is known color: Lime Green. HEX triplet: 2F, CD and 4F. RGB value is (47,205,79). Sum of RGB (Red+Green+Blue) = 47+205+79=331 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.20% from 331); Green value is 205 (80.47% from 255 or 61.93% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 205 - color contains mainly: green. Hex color #2FCD4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FCD4F is #D032B0. Grayscale: #8F8F8F. Windows color (decimal): -13644465 or 5229871. OLE color: 5229871.

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

Color convert

RGB 47 205 79 -
CMYK 0.77 0 0.61 0.20
HSL 132.15º 0.63% 0.49% -
HSV(B) 132.15º 0.77% 0.8% -
XYZ 24.41 44.83 14.76 -
YUV 143.39 91.65 59.25 -
System Red Green Blue C M Y K H S L
Decimal 47 205 79 0.77 0 0.61 0.20 132.15 0.63 0.49
Hex 2F CD 4F 4D 0 3D 14 84 3F 31
Octal 57 315 117 115 0 75 24 204 77 61
Binary 101111 11001101 1001111 1001101 0 111101 10100 10000100 111111 110001

Color Harmonies of #2FCD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCD4F

Black with #2FCD4F

Text Example


Text Example

White with #2FCD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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