Html Css Color HEX #2FCE4F Lime Green

📋 copy color: '#2FCE4F'

red 47 ◦ green 206 ◦ blue 79

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

Shades of Lime Green #2FCE4F

Tints of Lime Green #2FCE4F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 62.05%

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

R = 14.16%
G = 62.05%
B = 23.8%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#2FCE4F (or 0x2FCE4F) is known color: Lime Green. HEX triplet: 2F, CE and 4F. RGB value is (47,206,79). Sum of RGB (Red+Green+Blue) = 47+206+79=332 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.16% from 332); Green value is 206 (80.86% from 255 or 62.05% from 332); Blue value is 79 (31.25% from 255 or 23.80% from 332); Max value from RGB is 206 - color contains mainly: green. Hex color #2FCE4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FCE4F is #D031B0. Grayscale: #909090. Windows color (decimal): -13644209 or 5230127. OLE color: 5230127.

HSL color Cylindrical-coordinate representation of color #2FCE4F: hue angle of 132.08º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCE4F is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB 47 206 79 -
CMYK 0.77 0 0.62 0.19
HSL 132.08º 0.63% 0.5% -
HSV(B) 132.08º 0.77% 0.81% -
XYZ 24.65 45.31 14.84 -
YUV 143.98 91.32 58.83 -
System Red Green Blue C M Y K H S L
Decimal 47 206 79 0.77 0 0.62 0.19 132.08 0.63 0.5
Hex 2F CE 4F 4D 0 3E 13 84 3F 32
Octal 57 316 117 115 0 76 23 204 77 62
Binary 101111 11001110 1001111 1001101 0 111110 10011 10000100 111111 110010

Color Harmonies of #2FCE4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCE4F

Black with #2FCE4F

Text Example


Text Example

White with #2FCE4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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