Html Css Color HEX #2FC528 Lime Green

📋 copy color: '#2FC528'

red 47 ◦ green 197 ◦ blue 40

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

Shades of Lime Green #2FC528

Tints of Lime Green #2FC528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.08%

R = 16.55%
G = 69.37%
B = 14.08%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#2FC528 (or 0x2FC528) is known color: Lime Green. HEX triplet: 2F, C5 and 28. RGB value is (47,197,40). Sum of RGB (Red+Green+Blue) = 47+197+40=284 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.55% from 284); Green value is 197 (77.34% from 255 or 69.37% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 197 - color contains mainly: green. Hex color #2FC528 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC528 is #D03AD7. Grayscale: #868686. Windows color (decimal): -13646552 or 2671919. OLE color: 2671919.

HSL color Cylindrical-coordinate representation of color #2FC528: hue angle of 117.32º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FC528 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 47 197 40 -
CMYK 0.76 0 0.80 0.23
HSL 117.32º 0.66% 0.46% -
HSV(B) 117.32º 0.8% 0.77% -
XYZ 21.52 40.69 8.73 -
YUV 134.25 74.81 65.77 -
System Red Green Blue C M Y K H S L
Decimal 47 197 40 0.76 0 0.80 0.23 117.32 0.66 0.46
Hex 2F C5 28 4C 0 50 17 75 42 2E
Octal 57 305 50 114 0 120 27 165 102 56
Binary 101111 11000101 101000 1001100 0 1010000 10111 1110101 1000010 101110

Color Harmonies of #2FC528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC528

Black with #2FC528

Text Example


Text Example

White with #2FC528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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