Html Css Color HEX #2FC538 Lime Green

📋 copy color: '#2FC538'

red 47 ◦ green 197 ◦ blue 56

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

Shades of Lime Green #2FC538

Tints of Lime Green #2FC538

RGB

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

 GREEN value IS 197 (77.34% from 255) = 65.67%

 BLUE value IS 56 (22.27% from 255) = 18.67%

R = 15.67%
G = 65.67%
B = 18.67%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#2FC538 (or 0x2FC538) is known color: Lime Green. HEX triplet: 2F, C5 and 38. RGB value is (47,197,56). Sum of RGB (Red+Green+Blue) = 47+197+56=300 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.67% from 300); Green value is 197 (77.34% from 255 or 65.67% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 197 - color contains mainly: green. Hex color #2FC538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC538 is #D03AC7. Grayscale: #888888. Windows color (decimal): -13646536 or 3720495. OLE color: 3720495.

HSL color Cylindrical-coordinate representation of color #2FC538: hue angle of 123.6º 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 #2FC538 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 47 197 56 -
CMYK 0.76 0 0.72 0.23
HSL 123.6º 0.61% 0.48% -
HSV(B) 123.6º 0.76% 0.77% -
XYZ 21.85 40.82 10.47 -
YUV 136.08 82.81 64.46 -
System Red Green Blue C M Y K H S L
Decimal 47 197 56 0.76 0 0.72 0.23 123.6 0.61 0.48
Hex 2F C5 38 4C 0 48 17 7C 3D 30
Octal 57 305 70 114 0 110 27 174 75 60
Binary 101111 11000101 111000 1001100 0 1001000 10111 1111100 111101 110000

Color Harmonies of #2FC538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC538

Black with #2FC538

Text Example


Text Example

White with #2FC538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,197,56); }

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

background-color css

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

 a { background-color: rgb(47,197,56); }

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

border-color css

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

 span { border-color: rgb(47,197,56); }

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