Html Css Color HEX #2FC63B Lime Green

📋 copy color: '#2FC63B'

red 47 ◦ green 198 ◦ blue 59

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

Shades of Lime Green #2FC63B

Tints of Lime Green #2FC63B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 65.13%

 BLUE value IS 59 (23.44% from 255) = 19.41%

R = 15.46%
G = 65.13%
B = 19.41%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#2FC63B (or 0x2FC63B) is known color: Lime Green. HEX triplet: 2F, C6 and 3B. RGB value is (47,198,59). Sum of RGB (Red+Green+Blue) = 47+198+59=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 198 (77.73% from 255 or 65.13% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 198 - color contains mainly: green. Hex color #2FC63B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC63B is #D039C4. Grayscale: #898989. Windows color (decimal): -13646277 or 3917359. OLE color: 3917359.

HSL color Cylindrical-coordinate representation of color #2FC63B: hue angle of 124.77º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC63B is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 47 198 59 -
CMYK 0.76 0 0.70 0.22
HSL 124.77º 0.62% 0.48% -
HSV(B) 124.77º 0.76% 0.78% -
XYZ 22.16 41.31 10.94 -
YUV 137.01 83.97 63.8 -
System Red Green Blue C M Y K H S L
Decimal 47 198 59 0.76 0 0.70 0.22 124.77 0.62 0.48
Hex 2F C6 3B 4C 0 46 16 7D 3E 30
Octal 57 306 73 114 0 106 26 175 76 60
Binary 101111 11000110 111011 1001100 0 1000110 10110 1111101 111110 110000

Color Harmonies of #2FC63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC63B

Black with #2FC63B

Text Example


Text Example

White with #2FC63B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,198,59); }

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

background-color css

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

 a { background-color: rgb(47,198,59); }

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

border-color css

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

 span { border-color: rgb(47,198,59); }

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