Html Css Color HEX #2FC43A Lime Green

📋 copy color: '#2FC43A'

red 47 ◦ green 196 ◦ blue 58

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

Shades of Lime Green #2FC43A

Tints of Lime Green #2FC43A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 65.12%

 BLUE value IS 58 (23.05% from 255) = 19.27%

R = 15.61%
G = 65.12%
B = 19.27%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#2FC43A (or 0x2FC43A) is known color: Lime Green. HEX triplet: 2F, C4 and 3A. RGB value is (47,196,58). Sum of RGB (Red+Green+Blue) = 47+196+58=301 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.61% from 301); Green value is 196 (76.95% from 255 or 65.12% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 196 - color contains mainly: green. Hex color #2FC43A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC43A is #D03BC5. Grayscale: #888888. Windows color (decimal): -13646790 or 3851311. OLE color: 3851311.

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

Color convert

RGB 47 196 58 -
CMYK 0.76 0 0.70 0.23
HSL 124.43º 0.61% 0.48% -
HSV(B) 124.43º 0.76% 0.77% -
XYZ 21.68 40.39 10.66 -
YUV 135.72 84.14 64.72 -
System Red Green Blue C M Y K H S L
Decimal 47 196 58 0.76 0 0.70 0.23 124.43 0.61 0.48
Hex 2F C4 3A 4C 0 46 17 7C 3D 30
Octal 57 304 72 114 0 106 27 174 75 60
Binary 101111 11000100 111010 1001100 0 1000110 10111 1111100 111101 110000

Color Harmonies of #2FC43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC43A

Black with #2FC43A

Text Example


Text Example

White with #2FC43A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,196,58); }

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

background-color css

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

 a { background-color: rgb(47,196,58); }

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

border-color css

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

 span { border-color: rgb(47,196,58); }

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