Html Css Color HEX #2FC13B Lime Green

📋 copy color: '#2FC13B'

red 47 ◦ green 193 ◦ blue 59

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

Shades of Lime Green #2FC13B

Tints of Lime Green #2FC13B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 64.55%

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

R = 15.72%
G = 64.55%
B = 19.73%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#2FC13B (or 0x2FC13B) is known color: Lime Green. HEX triplet: 2F, C1 and 3B. RGB value is (47,193,59). Sum of RGB (Red+Green+Blue) = 47+193+59=299 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.72% from 299); Green value is 193 (75.78% from 255 or 64.55% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 193 - color contains mainly: green. Hex color #2FC13B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC13B is #D03EC4. Grayscale: #868686. Windows color (decimal): -13647557 or 3916079. OLE color: 3916079.

HSL color Cylindrical-coordinate representation of color #2FC13B: hue angle of 124.93º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC13B is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 47 193 59 -
CMYK 0.76 0 0.69 0.24
HSL 124.93º 0.61% 0.47% -
HSV(B) 124.93º 0.76% 0.76% -
XYZ 21.03 39.06 10.57 -
YUV 134.07 85.63 65.9 -
System Red Green Blue C M Y K H S L
Decimal 47 193 59 0.76 0 0.69 0.24 124.93 0.61 0.47
Hex 2F C1 3B 4C 0 45 18 7D 3D 2F
Octal 57 301 73 114 0 105 30 175 75 57
Binary 101111 11000001 111011 1001100 0 1000101 11000 1111101 111101 101111

Color Harmonies of #2FC13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC13B

Black with #2FC13B

Text Example


Text Example

White with #2FC13B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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