Html Css Color HEX #2FBC3F Lime Green

📋 copy color: '#2FBC3F'

red 47 ◦ green 188 ◦ blue 63

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

Shades of Lime Green #2FBC3F

Tints of Lime Green #2FBC3F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 63.09%

 BLUE value IS 63 (25% from 255) = 21.14%

R = 15.77%
G = 63.09%
B = 21.14%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#2FBC3F (or 0x2FBC3F) is known color: Lime Green. HEX triplet: 2F, BC and 3F. RGB value is (47,188,63). Sum of RGB (Red+Green+Blue) = 47+188+63=298 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.77% from 298); Green value is 188 (73.83% from 255 or 63.09% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBC3F is #D043C0. Grayscale: #838383. Windows color (decimal): -13648833 or 4176943. OLE color: 4176943.

HSL color Cylindrical-coordinate representation of color #2FBC3F: hue angle of 126.81º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBC3F is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 47 188 63 -
CMYK 0.75 0 0.66 0.26
HSL 126.81º 0.6% 0.46% -
HSV(B) 126.81º 0.75% 0.74% -
XYZ 20.05 36.93 10.77 -
YUV 131.59 89.29 67.66 -
System Red Green Blue C M Y K H S L
Decimal 47 188 63 0.75 0 0.66 0.26 126.81 0.6 0.46
Hex 2F BC 3F 4B 0 42 1A 7F 3C 2E
Octal 57 274 77 113 0 102 32 177 74 56
Binary 101111 10111100 111111 1001011 0 1000010 11010 1111111 111100 101110

Color Harmonies of #2FBC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBC3F

Black with #2FBC3F

Text Example


Text Example

White with #2FBC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,188,63); }

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

background-color css

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

 a { background-color: rgb(47,188,63); }

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

border-color css

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

 span { border-color: rgb(47,188,63); }

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