Html Css Color HEX #2FC526 Lime Green

📋 copy color: '#2FC526'

red 47 ◦ green 197 ◦ blue 38

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

Shades of Lime Green #2FC526

Tints of Lime Green #2FC526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.48%

R = 16.67%
G = 69.86%
B = 13.48%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#2FC526 (or 0x2FC526) is known color: Lime Green. HEX triplet: 2F, C5 and 26. RGB value is (47,197,38). Sum of RGB (Red+Green+Blue) = 47+197+38=282 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.67% from 282); Green value is 197 (77.34% from 255 or 69.86% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 197 - color contains mainly: green. Hex color #2FC526 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC526 is #D03AD9. Grayscale: #868686. Windows color (decimal): -13646554 or 2540847. OLE color: 2540847.

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

Color convert

RGB 47 197 38 -
CMYK 0.76 0 0.81 0.23
HSL 116.6º 0.68% 0.46% -
HSV(B) 116.6º 0.81% 0.77% -
XYZ 21.49 40.68 8.55 -
YUV 134.02 73.81 65.93 -
System Red Green Blue C M Y K H S L
Decimal 47 197 38 0.76 0 0.81 0.23 116.6 0.68 0.46
Hex 2F C5 26 4C 0 51 17 75 44 2E
Octal 57 305 46 114 0 121 27 165 104 56
Binary 101111 11000101 100110 1001100 0 1010001 10111 1110101 1000100 101110

Color Harmonies of #2FC526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC526

Black with #2FC526

Text Example


Text Example

White with #2FC526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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